File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -343,9 +343,9 @@ var reducerComponent = basicComponent;
343
343
344
344
var reducerComponentWithRetainedProps = basicComponent ;
345
345
346
- function element ( keyOpt , refOpt , component ) {
347
- var key = keyOpt !== undefined ? keyOpt : undefined ;
348
- var ref = refOpt !== undefined ? refOpt : undefined ;
346
+ function element ( $staropt$star , $staropt$star$1 , component ) {
347
+ var key = $staropt$star !== undefined ? $staropt$star : undefined ;
348
+ var ref = $staropt$star$1 !== undefined ? $staropt$star$1 : undefined ;
349
349
var element$1 = /* Element */ [ component ] ;
350
350
var match = component . jsElementWrapped ;
351
351
if ( match !== undefined ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reason-react" ,
3
- "version" : " 0.8.0-dev.2 " ,
3
+ "version" : " 0.8.0-dev.3 " ,
4
4
"description" : " React bindings for Reason" ,
5
5
"main" : " lib/js/src/ReasonReact.js" ,
6
6
"scripts" : {
23
23
},
24
24
"homepage" : " https://reasonml.github.io/reason-react/" ,
25
25
"devDependencies" : {
26
- "bs-platform" : " ^7.0 .1"
26
+ "bs-platform" : " 7.1 .1"
27
27
},
28
28
"peerDependencies" : {
29
- "bs-platform" : " ^7.0 .1" ,
29
+ "bs-platform" : " ^7.1 .1" ,
30
30
"react" : " ^16.8.1" ,
31
31
"react-dom" : " ^16.8.1"
32
32
}
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ external memoCustomCompareProps:
96
96
module Fragment = {
97
97
[@ bs . obj ]
98
98
external makeProps :
99
- (~children : element , ~key : ' key =?, unit ) => {. "children": element } = "" ;
99
+ (~children : element , ~key : ' key =?, unit ) => {. "children": element };
100
100
[@ bs . module "react" ]
101
101
external make : component ({. "children": element }) = "Fragment" ;
102
102
};
@@ -109,7 +109,7 @@ module Suspense = {
109
109
.
110
110
"children": option (element ),
111
111
"fallback": option (element ),
112
- } = "" ;
112
+ };
113
113
[@ bs . module "react" ]
114
114
external make :
115
115
component ({
@@ -137,7 +137,7 @@ module SuspenseList = {
137
137
"children": option (element ),
138
138
"revealOrder": option (revealOrder ),
139
139
"tail": option (tail ),
140
- } = "" ;
140
+ };
141
141
142
142
[@ bs . module "react" ]
143
143
external make :
Original file line number Diff line number Diff line change @@ -2588,7 +2588,7 @@ module Style = {
2588
2588
*/
2589
2589
unit
2590
2590
) =>
2591
- style = "" ;
2591
+ style ;
2592
2592
/* CSS2Properties: https://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSS2Properties */
2593
2593
[@ bs . val ]
2594
2594
external combine : ([@ bs . as { json | {}| json } ] _ , style , style ) => t =
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- bs-platform@^7.0 .1 :
6
- version "7.2.2 "
7
- resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-7.2.2 .tgz#76fdc63e4889458ae3d257a0132107a792f2309c "
8
- integrity sha512-PWcFfN+jCTtT/rMaHDhKh+W9RUTpaRunmSF9vbLYcrJbpgCNW6aFKAY33u0P3mLxwuhshN3b4FxqGUBPj6exZQ ==
5
+ bs-platform@7.1 .1 :
6
+ version "7.1.1 "
7
+ resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-7.1.1 .tgz#ed4032de7ab15158c61d8994680a05393e3ddd74 "
8
+ integrity sha512-ckZHR3J+yxyEKXOBHX8+hfzWG2XX5BxhQ4Iw9lulHFGYdAm9Ep9LgKkIah7G6RYADLmVfTxFE48igvY3kkkl+g ==
You can’t perform that action at this time.
0 commit comments