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 5d7c866 commit 9fc13e6Copy full SHA for 9fc13e6
CHANGELOG.md
@@ -2,7 +2,10 @@
2
3
## Unreleased
4
5
-- Don't crash when `null` or `undefined` is passed to `dynamic.map`
+- Fixed a bug where `dynamic.map` would crash when passed the JavaScript values
6
+ of `null` or `undefined`.
7
+- Fixed a bug where `io.debug` would crash when called in a React Native
8
+ environment.
9
10
## v0.28.1 - 2023-04-10
11
- The `iterator` module gains the `each` function.
0 commit comments