contiamo / operational-ui

Building blocks for effective operational interfaces
https://operational-ui.netlify.com
MIT License
259 stars 47 forks source link

useURLState doesn't work in "onUnmount" callback #1330

Closed stereobooster closed 3 years ago

stereobooster commented 4 years ago
useEffect(() => {
  // this doesn't work
  return () => setSearch("");
}, [])