You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
When I use disposeOnUnmount as a decorator on a property of a React.Component with React Native, I get the error Attempting to change configurable attribute of unconfigurable property.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or questions.
lockbot
locked as resolved and limited conversation to collaborators
Jun 24, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I use
disposeOnUnmount
as a decorator on a property of aReact.Component
with React Native, I get the errorAttempting to change configurable attribute of unconfigurable property.
A workaround is to change this line
mobx-react/src/disposeOnUnmount.js
Line 86 in 00a3f94
configurable: true
.[email protected] [email protected] [email protected]
The text was updated successfully, but these errors were encountered: