Skip to content

Commit 2f7a5fa

Browse files
committed
Remove support for curried mode
1 parent 72f75cc commit 2f7a5fa

7 files changed

+108
-150
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77

88
### Versions
99

10-
| @rescript/react | ReScript | ReactJS | Documentation |
11-
| --------------- | -------- | ------- | ----------------------------------------------------------------- |
12-
| 0.12.0+ | 11.0+ | 18.0.0+ | [Link](https://rescript-lang.org/docs/react/latest/introduction) |
13-
| 0.11.0 | 10.1 | 18.0.0+ | [Link](https://rescript-lang.org/docs/react/v0.11.0/introduction) |
14-
| 0.10.3 | 8.3 | 16.8.1+ | [Link](https://rescript-lang.org/docs/react/v0.10.0/introduction) |
10+
| @rescript/react | ReScript | ReactJS | Documentation |
11+
| --------------- | ---------------------------------- | ------- | ----------------------------------------------------------------- |
12+
| next (master) | 11.0+ (JSX4 + uncurried mode only) | 18.0.0+ | |
13+
| 0.12.x, 0.13.x | 11.0+ | 18.0.0+ | [Link](https://rescript-lang.org/docs/react/latest/introduction) |
14+
| 0.11.0 | 10.1 | 18.0.0+ | [Link](https://rescript-lang.org/docs/react/v0.11.0/introduction) |
15+
| 0.10.3 | 8.3 | 16.8.1+ | [Link](https://rescript-lang.org/docs/react/v0.10.0/introduction) |
1516

1617
### Development
1718

rescript.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
"package-specs": [{ "module": "commonjs", "in-source": true }],
99
"suffix": ".bs.js",
1010
"bs-dev-dependencies": [],
11-
"bsc-flags": [],
12-
"uncurried": false
11+
"bsc-flags": []
1312
}

src/React.bs.js

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)