-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Examples on website are broken #206
Comments
Oh that's embarrassing. I probably broke something by making a last minute change yesterday for the e2e test. 🤡 Interestingly, the bug doesn't repro locally (localhost running the latest version of main).
I'll add comments to those Replays to see if I can spot the difference. |
Ah! The problem is that I'm rendering the |
Thanks so much for reporting this issue. I think it's been fixed in 0.0.57. (There may be other regressions related to the large rewrite, but at least the one you reported has been resolved.) ❤️ → ☕ givebrian.coffee |
Hey, we've all done that kind of thing 😄 Thanks for fixing it so quickly. I'll let you know if I find anything else. |
Thanks! |
I'm still seeing the |
I've filed a new issue for that (#211) |
Firstly, thanks for finishing the pixel size work, which looks promising. However, I think there are some rough edges in 0.0.56. I've noticed the following problems with the examples on the website, some of which I've also seen on the application I'm working on:
Additionally, there's an error when calling
expand()
orcollapse()
on a panel via the imperative API in an effect that runs after first render:https://codesandbox.io/s/lively-surf-jq5pzc?file=/src/App.js
The text was updated successfully, but these errors were encountered: