We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e56cd commit d509147Copy full SHA for d509147
doc/changelog/3.0.0.md
@@ -35,6 +35,9 @@
35
- Wrap router actions in `startTransition`, making the change of pages interruptible.
36
- Allow creating custom `Route` instances outside the DSL model. A `Route` just wraps functions to turn a `Path` into a potential page and vice-versa.
37
38
+- The ability to globally turn React warnings into errors via sbt system properties has been removed.
39
+ It's test case had an error in it — it never worked as intended.
40
+
41
### Deprecated
42
43
- Anything deprecated by React 18 is now deprecated in Scala
0 commit comments