mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
fix(tour): update missing dependency (#55295)
This commit is contained in:
@@ -40,7 +40,7 @@ const Tour: React.FC<TourProps> & { _InternalPanelDoNotUseOrYouWillBeFired: type
|
||||
[`${prefixCls}-primary`]: (step.type ?? type) === 'primary',
|
||||
}),
|
||||
})),
|
||||
[steps, type],
|
||||
[prefixCls, steps, type],
|
||||
);
|
||||
|
||||
const builtinPlacements: TourProps['builtinPlacements'] = (config) =>
|
||||
|
||||
Reference in New Issue
Block a user