Open signorbusi opened 2 years ago
I'm getting an error when using recoilize: TypeError: currentNode.memoizedState.hasOwnProperty is not a function.
TypeError: currentNode.memoizedState.hasOwnProperty is not a function
ThememoizedState is just an empty object...
memoizedState
I'm also getting this, FWIW. For some reason the object this triggers on is missing the proper prototype.
I'm getting an error when using recoilize:
TypeError: currentNode.memoizedState.hasOwnProperty is not a function
.The
memoizedState
is just an empty object...