Workiva / react-dart

Dart Bindings for React JS
BSD 2-Clause "Simplified" License
412 stars 67 forks source link

Add chrome 86 Dart DDC workaround #280

Closed corwinsheahan-wf closed 3 years ago

corwinsheahan-wf commented 3 years ago

Chrome 86 introduces a bug in DDC for dart versions <2.9.3

There is an easy workaround to this by adding a small script to the page.

This pr introduces that workaround in the dev react js files in this package for convenience.

greglittlefield-wf commented 3 years ago

QA +1

Merging