open-source-labs / Recoilize

A Chrome Dev tool for debugging applications built with the experimental Recoil.js state management library.
MIT License
606 stars 92 forks source link

TypeError: currentNode.memoizedState.hasOwnProperty is not a function #173

Open signorbusi opened 2 years ago

signorbusi commented 2 years ago

I'm getting an error when using recoilize: TypeError: currentNode.memoizedState.hasOwnProperty is not a function.

image

ThememoizedState is just an empty object...

phou-patreon commented 1 year ago

I'm also getting this, FWIW. For some reason the object this triggers on is missing the proper prototype.