Changes
waitForNextUpdate
now automatically wraps the promise in an asyncact
call, preventing the warning from #14
Breaking Changes
- Async
act
calls have increased the minimumreact-test-renderer
version to `16.9.0 - Opened the version range for
@types/react
and@types/react-test-renderer
to be a bit more lenient in an attempt to resolve #110 (let me know if this is still an issue).