Workiva / react-dart

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

CPLAT-7369 Add Check for Dart Map #209

Closed joebingham-wk closed 5 years ago

joebingham-wk commented 5 years ago

Why?

unconvertJsProps will take in a Dart Component, when it shouldn't. This PR adds a check and throws if that happens.

Changes