-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo breaks on resize #543
Comments
This seems to be fixed using the latest release (0.14.2). |
It seems it's a bug they didn't finish fixing. Here's a workaround that works for me - add the following to React's component that contains the react-slick:
This will effectively force React to re-render the entire component on window resize, fixing the problem.
|
cause this issue appear by ver 0.14.6, so use version 0.14.5 to avoid this bug |
将走马灯组件用方法进行定义即可 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still an unresolved an issue. I'm running v 0.23.1 |
@Karl-EdwardFPJeanMehu could you create a codesandbox demo for the same? |
Resize the output window horizontally and it breaks.
https://jsfiddle.net/kirana/20bumb4g/
The text was updated successfully, but these errors were encountered: