I modified the example app in the Realm doc to use newer API’s like Hooks. The app crashes in the second useEffect()
used to replace the deprecated componentWillUnmount()
method. The error states that realm.isClosed is undefined
.
Any idea what is causing the error?