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
*[example of how these can be used -- it's the recommended way to handle state with scalajs-react](https://japgolly.github.io/scalajs-react/#examples/state-snapshot-2)
169
+
*[example of how these can be used -- **this is the recommended way to handle state with scalajs-react**](https://japgolly.github.io/scalajs-react/#examples/state-snapshot-2)
159
170
160
171
* Changes in `object Reusability`:
161
172
* update `.caseClassExcept` to accept `String` arguments instead of `scala.Symbol`s,
@@ -197,8 +208,7 @@ This is a big release with big release notes. Grab a coffee and enjoy!
197
208
*Testing
198
209
* `ReactTestUtils` methods now only warn when failing to unmount a component, rather than throwing an error
199
210
*Event simulation in tests now ensures that default properties of events are set.
200
-
201
-
Example: you don't need to manually specify `defaultPrevented` or `altKey` in a `Simulate.click`, they now default to `false`.
211
+
<br>Example: you don't need to manually specify `defaultPrevented` or `altKey` in a `Simulate.click`, they now default to `false`.
202
212
203
213
* `MonocleReact`
204
214
* the `modStateL` and `modStateOptionL` methods now accept all kinds of appropriate optics instead of just lenses
0 commit comments