-
Notifications
You must be signed in to change notification settings - Fork 715
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
deps: Update to support React 18 #1483
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks great to me! Thanks so much for going through the updates. I'm just going to pull it locally and play with it before approving 👍
<ParentSize>{({ width, height }) => <Example width={width} height={height} />}</ParentSize>, | ||
document.getElementById('root'), | ||
); | ||
const root = createRoot(document.getElementById('root')!); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Ah looks like CI is failing due to prettier formatting in all the sandbox updates. you should be able to auto-fix this by running |
Co-authored-by: Chris Williams <williaster@users.noreply.github.com>
@williaster thanks for taking a look. Fixed the problems you addressed. Though the Let me know if you need something else. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so great! thanks @Gaya ❤️
this looks good to me, I'm going to release this as a minor bump but keep it as an alpha to start. then if that looks good published we can do a non-alpha. (releases will be posted to this PR)
Awesome! Glad to help 🙏 |
🎉 This PR is included in version |
🎉 This PR is included in version |
💥 Breaking Changes
visx-demo
's render methods🚀 Enhancements
See: #1473