Skip to content

Commit d238fd1

Browse files
committed
Update react to 16.8.3
## 16.8.2 => 16.8.3 ### React DOM * Fix a bug that caused inputs to behave incorrectly in UMD builds. ([@gaearon](https://github.com/gaearon) in [#14914](facebook/react#14914)) * Fix a bug that caused render phase updates to be discarded. ([@gaearon](https://github.com/gaearon) in [#14852](facebook/react#14852)) ### React DOM Server * Unwind the context stack when a stream is destroyed without completing, to prevent incorrect values during a subsequent render. ([@overlookmotel](https://github.com/overlookmotel) in [#14706](facebook/react#14706))
1 parent 14edca5 commit d238fd1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

react/boot-cljsjs-checksums.edn

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{"cljsjs/react-dom/development/react-dom-server.browser.inc.js"
2-
"ACAF205FE9854F612E9ED391858DEB87",
2+
"C072F148E686BB63F7450C34546112D9",
33
"cljsjs/react-dom/development/react-dom-test-utils.inc.js"
4-
"6570F9C8CD6D8AB8C4779E191CA49BC1",
4+
"6EBE30BECBF9D3A4E971E3387DA29442",
55
"cljsjs/react-dom/development/react-dom.inc.js"
6-
"DCD971BF775191B024CC38505BFE537D",
6+
"3DCB6789D793A7A844199E7A20EF29E6",
77
"cljsjs/react-dom/production/react-dom-server.browser.min.inc.js"
8-
"99D626D47B17ED676E08B754D3B05891",
8+
"9EDAB5912CA9C07CBF8F85DE2E03DD05",
99
"cljsjs/react-dom/production/react-dom-test-utils.min.inc.js"
10-
"0B72075448ADFA5AE98E656D6BAF8D6A",
10+
"F6DC584E5F786432E64A442767333458",
1111
"cljsjs/react-dom/production/react-dom.min.inc.js"
12-
"148E0B362F8DFCE75B71D43B9662A6CD",
12+
"84EC5322BA3B6DFF3FCA9A71832E3F1D",
1313
"cljsjs/react/development/react.inc.js"
14-
"093C4A6587A38147ADA912C91C72DE07",
14+
"9E961A3CBCE044823FE8ABE0F6F61412",
1515
"cljsjs/react/production/react.min.inc.js"
16-
"D89CA949BD7D0511E0450F67CEFF9699"}
16+
"698114F22DB5A3585658C1C2489BE390"}

react/build.boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(require '[cljsjs.boot-cljsjs.packaging :refer :all])
66

7-
(def +lib-version+ "16.8.2")
7+
(def +lib-version+ "16.8.3")
88
(def +version+ (str +lib-version+ "-0"))
99

1010
(task-options!

0 commit comments

Comments
 (0)