-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Broken with 16.8.0-alpha.0 #66
Comments
@jaredpalmer any word on this? I tried upgrading the packages in yesterday in a fork, but they were still broke from react-cache. Not sure how to help get this resolved as I can't seem to find any docs around react-cache. 🤷♀️ It's affecting all the components. |
@caseybaggz there is nothing practical to be done until React-cache releases an update. |
@VinSpee they've already released it. 2.0.0-alpha.1 is live. |
2.0.0-alpha.1 was an old release which happened before the |
Gotcha. My bad. I miss-interpreted your original message. 👍 |
A similar issue exists with [email protected]. My ecomm project is all kinds of broken right now. Hope we can get a new update of the react-cache soon... |
the master branch already contains the fix. @jaredpalmer can we have an npm release plz? |
0.10.0 released 🎉 thx @jaredpalmer |
yay! |
does this now require vendoring react-cache? |
i think not vendoring but just adding it to the package.json on your own |
https://codesandbox.io/s/o7mk6p274y example codesandbox is still complaining about |
true... adding react-cache@^2.0.0-alpha.1 does not solve the issue |
figured things out finally: since react-cache does not have a published package compatible with react 16.8+ you have to build it from master and vendor it. this is exactly what was done in |
Hi!
As is expected for us bleeding edge-riders,
[email protected]
breaks this package. I think it has something to do withreact-cache
, maybe updating it to2.0.0-alpha.1
would help?barebones repro: https://codesandbox.io/s/oqy12yrk65
EDIT: Yeah this is a react / react cache problem. They've updated the react-cache repo, but haven't released the package. see facebook/react#14558
The text was updated successfully, but these errors were encountered: