-
Notifications
You must be signed in to change notification settings - Fork 1.1k
implement rerender #70
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
implement rerender #70
Conversation
* update readme * update examples * tests * typescript typings
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.
I made a few small changes. This looks great. Thank you so much for your help @johann-sonntagbauer!
@kentcdodds thx for the opportunity. Was a great experience and I learned a lot. |
🎉 This PR is included in version 2.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Thanks so much for your help! I've added you as a collaborator on the project. Please make sure that you review the |
* Use extend-expect directly from jest-dom * Move jest-dom to devDependencies BREAKING CHANGE: dom-testing-library no longer exposes the extend-expect module. Replace anywhere you're using `'dom-testing-library/extend-expect'` with `'jest-dom/extend-expect'` 👍
What:
Implement rerender callback in render result object.
Why:
As already discussed in #65
How:
Provide rerender callback in render result object.
Checklist: