From 63e2dfd682dc3fd3fd0104496b97b7c0989de34d Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Tue, 14 Oct 2025 08:07:18 +0800 Subject: [PATCH] fix(tour): update missing dependency (#55295) --- components/tour/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tour/index.tsx b/components/tour/index.tsx index c56fbf1fe2..538d9dc036 100644 --- a/components/tour/index.tsx +++ b/components/tour/index.tsx @@ -40,7 +40,7 @@ const Tour: React.FC & { _InternalPanelDoNotUseOrYouWillBeFired: type [`${prefixCls}-primary`]: (step.type ?? type) === 'primary', }), })), - [steps, type], + [prefixCls, steps, type], ); const builtinPlacements: TourProps['builtinPlacements'] = (config) =>