v6.0.0-pre.3 #2178
-
Breaking Changes
Features
Fixes
Tests
Docs
Community/Developer changes
Full Changelog: v5.4.1...v6.0.0-pre.3 This discussion was created from the release v6.0.0-pre.3. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Originally in #2164 (comment), here's a possible migration guide from v6 to v6: TypeScript updateMake sure you're using TypeScript {
"strictNullChecks": true,
"strictFunctionTypes": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true
} Or the shorthand: {
"strict": true,
"noImplicitReturns": true
} Removing
|
Beta Was this translation helpful? Give feedback.
-
We'll be shipping v6 next Monday, May 6th, 2024. See this PR: #2179 |
Beta Was this translation helpful? Give feedback.
-
Marked as latest in https://github.com/mobxjs/mobx-state-tree/releases/tag/v6.0.0! |
Beta Was this translation helpful? Give feedback.
Marked as latest in https://github.com/mobxjs/mobx-state-tree/releases/tag/v6.0.0!