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.
I've put together the gist of what needs to happen, but I've broken some tests in the process, any help that can be providing fixing or deprecating the tests would be appreciated.
@mweststrate I saw you fixed issues with reactivity and forwardRef on Observer, do you have any insight that might help fix reactivity of forwardRef on injector? I would really appreciate it!
When using a combination of TypeScript, MobX-React, and RefObjects, it becomes impossible to use strong typed RefObjects:
private searchForm: RefObject = React.createRef();
I believe this can be resolved, by using the new forwardRef API for react components
The text was updated successfully, but these errors were encountered: