-
Notifications
You must be signed in to change notification settings - Fork 49
Update children interactions #168
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
Conversation
… the hook execution order is found
04d4f5f
to
a4cc592
Compare
a4cc592
to
dc39b9d
Compare
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.
Thanks @jamesrweb for the enhancements!
I left a few minor comments and will check the examples code a bit later.
Co-authored-by: Eugene Dyko <yevdyko@gmail.com>
Co-authored-by: Eugene Dyko <yevdyko@gmail.com>
* update major changes in dependencies * Add pnpm support for the project * Update README.md Co-authored-by: Eugene Dyko <yevdyko@gmail.com> * Update README.md Co-authored-by: Eugene Dyko <yevdyko@gmail.com> Co-authored-by: Eugene Dyko <yevdyko@gmail.com>
7710b17
to
fd2438f
Compare
@yevdyko I am finished making changes here, the PR is ready for re-review. 😄 |
@yevdyko have you been able to review / test yet? If not, any idea when you'll get time? 😊 |
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.
@jamesrweb I've tested the changes in the example app and the new example with styled-components
, and they work as expected. Also left a few clarifying questions
@yevdyko updated the PR, it's ready for re-review now, thanks for the comments! 👍🏻 |
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.
It's ready to go! Thanks @jamesrweb for all these improvements 🚢
* Add example using a rotating plane * Cover and error for the runtime issue when a sketch is not provided * Update dependencies * Update logic to actually throw rather than log until a workaround for the hook execution order is found * Document how to handle the styling / positioning of children with a working example
Fixes #167
Proposed Changes
Additional Notes (optional)
Please check the local example app, ensure the documented example runs with the latest code as expected and feel free to comment on the new throwing behaviour. 😄