Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergei-startsev/mobx-react-observer
mobx-react issue repro steps
https://github.com/sergei-startsev/mobx-react-observer
Last synced: 2 days ago
JSON representation
mobx-react issue repro steps
- Host: GitHub
- URL: https://github.com/sergei-startsev/mobx-react-observer
- Owner: sergei-startsev
- License: mit
- Created: 2019-06-11T16:15:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T07:21:02.000Z (over 5 years ago)
- Last Synced: 2024-11-24T20:31:18.796Z (about 2 months ago)
- Language: JavaScript
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mobx-react-observer
mobx-react issue repro steps## mobx-react 5
- `yarn install`
- `yarn run test`## mobx-react 6
- `yarn upgrade mobx-react@^6`
- `yarn run test``Foo > shallow` test diff:
```diff
-
- Test
-
+
+
+
```