Closed byteab closed 3 years ago
Can you do a console.log(require('memoize-one'))
to see what's is returning?
after changing const memoizeOne = require('memoize-one')
to const memoizeOne = require('memoize-one').default
issue fixed
Thanks, that was my suspicion.
Released metascraper@5.22.9
if you install it should be work fine now 🙂
@Kikobeats thank you. I was going to make a PR and then I found that you just released a new version.
I am using metascraper in Expo ( a favor of React native ). after running and building the project on the web. this issue arises.