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
Hey @andreademasi, I have been reviewing this issue and I have had some trouble determining the root cause. What I have been able to find out is that our Slide components are not receiving the updated state from withStore when using Preact. I think this StackOverflow discussion might be referencing the underlying issues. Do you have any other thoughts or suggestions?
pure-react-carousel
version: 1.27.6react
version: ^16.12.0browser
used: Google Chromenode
version: 12.13.1What you did:
Tried setting custom
classNameHidden
andclassNameVisible
while using preact and GatsbyWhat happened:
After using Preact, css classes weren't applied anymore on slide change
Reproduction:
https://github.com/andreademasi/pure-react-carousel-preact-bug
Try removing gatsby-plugin-preact from gatsby-config.js and the issue disappears
Suggested solution:
The library might be in conflict with preact, needs further investigation
The text was updated successfully, but these errors were encountered: