Issues
- 5
Add formatting rules
#2219 opened by coolsoftwaretyler - 1
Move off TSLint
#2227 opened by coolsoftwaretyler - 6
- 2
TypeScript does not recognize overriding mandatory property with optional one in sub-model
#2216 opened by andreykurilin - 7
- 4
Missing docs for `types.lazy`
#2156 opened by coolsoftwaretyler - 2
Model Creation/Instantiation Allows Duplicate names (except for properties)
#2208 opened by coolsoftwaretyler - 5
Invalidate Parent (Not just Immediate object) on Types.SafeReference
#2205 opened by ChristopherGabba - 0
Add safeMap utility (or something like it)
#2109 opened by coolsoftwaretyler - 4
onInvalidated not Called when Bad Reference Hits Store - App Crashes - React Native Expo
#2212 opened by ChristopherGabba - 3
Unexpected patches for Dates with applySnapshot
#2215 opened by thegedge - 3
Asynchronous actions generator yield stuck
#2213 opened by rose4096 - 10
onBecomeUnobserved is never called
#2211 opened by vitaliyslion - 1
Incompatible with new React Navigation v7 Release "Error: [MobX] Dynamic observable objects cannot be frozen"
#2210 opened by ChristopherGabba - 18
Unexpected error "Сannot finalize the creation of a node that is already dead" while applying snapshot
#2136 opened by dfilatov - 4
is<TypeIdentifier> functions mark argument as `never` when they returns `false`.
#2184 opened by coolsoftwaretyler - 16
Broken model types in 6.0.0 version
#2186 opened by dfilatov - 8
- 11
getMembers does not work as expected, behaviour change between 5.1.0 and 5.4.1
#2173 opened by cemcakirlar - 5
Model constructor modifies descriptor object
#2175 opened by dangreen - 2
Better documentation on action/view definitions and their impact on IDE introspection, navigation and refactoring
#2155 opened by beepsoft - 4
Linters do not recognize `fail` as a required import in library code
#2138 opened by coolsoftwaretyler - 2
REST - create data with server side ID
#2143 opened by exinferis - 3
RootStore type becomes "any" the moment we call a RootStore model action using yield on a child model action
#2040 opened by cpintos-sc - 1
applySnapshot is slow
#2128 opened by lavrton - 4
- 8
Broken Map type in 5.3.0
#2111 opened by cambirch - 1
When observe() a MST node's primitive property, TypeScript get the wrong type of oldValue & newValue
#2105 opened by songzhenqi - 0
Remove Lerna config and lift MST sub-package up
#2092 opened by coolsoftwaretyler - 6
Spin off a new project for `mst-middlewares`
#2027 opened by coolsoftwaretyler - 8
Use getTime() to check for Date equality
#2080 opened by davetapley - 2
detach can corrupt the identifierCache
#2053 opened by scytacki - 0
- 1
Add tests and documentation for new parent argument to `types.optional`
#2056 opened by coolsoftwaretyler - 1
Document how MST lazily creates objects
#2058 opened by scytacki - 8
Unintended behavior when creating new models with falsy first argument
#2045 opened by coolsoftwaretyler - 0
- 0
- 0
- 0
- 0
Update references to `mst-example-todomvc `
#2025 opened by coolsoftwaretyler - 0
- 0
Update references to `mst-example-bookshop`
#2015 opened by coolsoftwaretyler - 0
Update references to `mst-example-boxes`
#2019 opened by coolsoftwaretyler - 1
Find a new home for `mst-example-todomvc`
#2024 opened by coolsoftwaretyler - 1
Find a new home for `mst-example-redux-todomvc`
#2021 opened by coolsoftwaretyler - 2
Find a new home for `mst-example-boxes`
#2018 opened by coolsoftwaretyler - 5
Find a new home for `mst-example-bookshop`
#2014 opened by coolsoftwaretyler - 2
Error is thrown on undo: Not a child: 0
#2010 opened by stoefln - 6
Objects in array are died after array.replace is called which use types.union with dispatcher and return types.model with types.identifier
#2013 opened by HughHzWu