Version 3.0.1
What's Changed
This is a tiny release to fix some Typescript problems. If you upgraded to version 3.0.0 and stated seeing these typescript problems then this release will fix them.
queries-tree.tsx:85:27 - error TS2339: Property 'name' does not exist on type 'unknown'.
node.data.name.toLowerCase().includes(term.toLowerCase())
- Forward Ref Assertion by @jameskerr in #103
Full Changelog: v3.0.0...v3.0.1