You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I ran into some weird errors since the inclusion of rc-slider in one of my libs due to duplicated copies of React being loaded.
Since my use case needs React lib as an external dependency in webpack config, I was wondering why React is not loaded as a peerDependency in rc-slider's package.json instead? Actually the same is true for rc-tooltip lib. Thanks.
The text was updated successfully, but these errors were encountered:
Hi! I ran into some weird errors since the inclusion of
rc-slider
in one of my libs due to duplicated copies of React being loaded.Since my use case needs React lib as an external dependency in webpack config, I was wondering why React is not loaded as a peerDependency in rc-slider's package.json instead? Actually the same is true for rc-tooltip lib. Thanks.
The text was updated successfully, but these errors were encountered: