Closed Morriz closed 1 year ago
Can we make this import a bit smaller and allow something like:
import useMount from 'react-use/useMount'
Or is that already possible just not mentioned in the readme?
closing as should be possible with
import { default as useMount } from 'react-use/lib/useMount'
Can we make this import a bit smaller and allow something like:
Or is that already possible just not mentioned in the readme?