v3.4.1
Changes
- The
waitasync util has been deprecated and replaced withwaitFor(#408) waitForandwaitForValueToChangeasync utils can now test their conditions periodically, even if the hook has not rerendered, using the newintervaloption (#408)- Bumped minimum type definition version (#414)
- Docs have been updated to show how props can be passed to
wrappercomponents (#414)