-
Notifications
You must be signed in to change notification settings - Fork 28
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
TypeError: state.talkback is not a function #206
Comments
Hey @MoOx, sorry to hear you're having issues – that's a pretty bizarre runtime error to be hitting. Your code looks correct to me (assuming that
My guess is one of two things:
Please give the steps above a shot. I'll try to get a minimal reproduction going as well once I hear back from you. Thanks! |
Hey @MoOx @parkerziegler , just so you know, this error is very likely related to Wonka and it happens with BuckleScript > 8.0. Wonka 5.0.0-rc does fix it. That being said, since urql and reason urql are using Wonka 4* it's a bit hard to update to BS > 8.0 with Reason Urql now 😕 (is it worth having an issue?) |
Thanks for the notice @gaku-sei ! I guess I will revert bs until this is fixed :) |
@MoOx I'd be curious if you'd be able to use {
"resolutions": {
"wonka": "5.0.0-rc.0"
}
}
@kitten any timeline on upgrading |
@parkerziegler I don't have any timeline yet. The problem is that it's a change that'll need to happen across all packages as there's no path for backwards compatibility; When a user has multiple For now, all I can recommend is to stick to Wonka 4 and BuckleScript <8.0, or to use BuckleScript >=8.0 and to use a resolution. |
Note sure what's happening today to me... I just tried to get back on this topic (I am migrating a site that where using reason-apollo and and old ssg to next+reason+urql).
I am not using gentype by my own. Is this Wonka or something else that's needs it? |
|
👋 Hey folks, the fix for this has been merged into |
Hi, I am having issue with next & getStaticProps. I am getting a weird wonka runtime error.
Here is a sample of my code (still WIP)
Here is the runtime error I got
I have no clue on how to fix this problem...
The text was updated successfully, but these errors were encountered: