-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support for Gatsby 4.0 #66
Comments
Run npm i gatsby-plugin-modal-routing-3 and do not forget to replace previous imports/configs with the new module name in order to avoid any conflicts |
@AntonHladek that doesn't work in TypeScript, that's the problem that I'm struggling with |
After updating my Gatsby site to v4 the plugin stopped working. I installed
Any idea why installing EDIT:
|
@rm-bergmann I have the same issue. |
Same Issue |
I think there might be something up with es modules in the context of this package, when I go into Using
More explicitly, I added That's definitely not a long term fix but it did resolve the error and now I can navigate to pages and they display as modals over top of the rest of the application! Hope it helps! |
@Cavallando thanks a lot!!! |
Of course! Would love to help contribute an actual bug fix for this but Im not sure where to branch/fork off of since it seems that the maintainer (@lsirivong) has only published I could be missing something but if someone could point me in the right direction of where |
Does this plugin have support for the latest version of Gatsby? When trying to get modal to render
state={{ modal: true }}
doesn't seem to do anything and will still go to the link page but no indication of a modalThe text was updated successfully, but these errors were encountered: