-
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
Always false
+ different props than docs
#59
Comments
Same here. Resolved it by following the steps in this thread. TL;DR: If you're running Gatsby v.3 make sure to install |
I have the same problem! How to fix it? |
@andreisemianiuk what version Gatsby are you using and what version plugin? |
"gatsby": "^4.9.3", |
@marcelscruz Where you able to resolve this? The steps in the mentioned thread didn't solve my problem. I have the exact issue you had. |
@otkstdio not really, never found a fix and then moved to a different implementation. |
@marcelscruz Would you mind sharing the implementation you went with? I'm getting tired of attempting to make this package work. It's become very frustrating. |
@otkstdio sorry, I meant I gave up what I was trying to do 😅 |
For some reason, I don't seem to be able to get it to work.
I'm currently using the same package version as the example project (
1.1.0-beta
), even though I tried other versions too, and even copying the exact code from the example, but it doesn't work.In fact, the props I receive from the
ModalRoutingContext.Consumer
is different from the one detailed in the docs.I receive
isModal
instead ofmodal
.And
isModal
is alwaysfalse
.Am I missing something here?
Any help is very appreciated. Thanks!
The text was updated successfully, but these errors were encountered: