v3.4.1
Changes
- The
wait
async util has been deprecated and replaced withwaitFor
(#408) waitFor
andwaitForValueToChange
async utils can now test their conditions periodically, even if the hook has not rerendered, using the newinterval
option (#408)- Bumped minimum type definition version (#414)
- Docs have been updated to show how props can be passed to
wrapper
components (#414)