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
Copy file name to clipboardExpand all lines: jscomp/napkin/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@
60
60
- Fix issue where uncurried functions were incorrectly converting the type of a prop given as a default value to curried https://github.com/rescript-lang/syntax/pull/731
61
61
- Fix issue with printing async functions with locally abstract types https://github.com/rescript-lang/syntax/pull/732
62
62
- Fix support for recursive components in JSX V4 https://github.com/rescript-lang/syntax/pull/733
63
+
- Fix issue with overlapping labelled argument with default value https://github.com/rescript-lang/syntax/pull/734
64
+
- Fix issue with using alias and default value together https://github.com/rescript-lang/syntax/pull/734
0 commit comments