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
After you see the webpack compilation succeed (the `npm run webpack` step), open up `src/index.html` (**no server needed!**). Then modify whichever `.re` file in `src` and refresh the page to see the changes.\n\
602
600
\n\
603
601
**For more elaborate ReasonReact examples**, please see https://github.com/reasonml-community/reason-react-example\n\
@@ -13526,7 +13523,7 @@ let root = OCamlRes.Res.([
13526
13523
\ ...component,\n\
13527
13524
\ render: self =>\n\
13528
13525
\ <div onClick=(self.handle(handleClick))>\n\
13529
-
\ (ReasonReact.stringToElement(message))\n\
13526
+
\ (ReasonReact.string(message))\n\
13530
13527
\ </div>,\n\
13531
13528
};\n\
13532
13529
")]) ;
@@ -13541,6 +13538,7 @@ let root = OCamlRes.Res.([
13541
13538
# in another tab\n\
13542
13539
npm run webpack\n\
13543
13540
```\n\
13541
+
\n\
13544
13542
After you see the webpack compilation succeed (the `npm run webpack` step), open up `src/index.html` (**no server needed!**). Then modify whichever `.re` file in `src` and refresh the page to see the changes.\n\
13545
13543
\n\
13546
13544
**For more elaborate ReasonReact examples**, please see https://github.com/reasonml-community/reason-react-example\n\
@@ -13576,7 +13574,7 @@ let root = OCamlRes.Res.([
13576
13574
\ \"dependencies\": {\n\
13577
13575
\ \"react\": \"^16.2.0\",\n\
13578
13576
\ \"react-dom\": \"^16.2.0\",\n\
13579
-
\ \"reason-react\": \">=0.3.4\"\n\
13577
+
\ \"reason-react\": \">=0.4.0\"\n\
13580
13578
\ },\n\
13581
13579
\ \"devDependencies\": {\n\
13582
13580
\ \"bs-platform\": \"^${bsb:bs-version}\",\n\
@@ -13608,10 +13606,7 @@ let root = OCamlRes.Res.([
0 commit comments