Workiva / react-dart

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

Update factory fields in component factories to be getters #267

Closed sydneyjodon-wk closed 4 years ago

sydneyjodon-wk commented 4 years ago

Factory fields have been updated to be getters so they will be lazy evaluated to avoid this warning showing in the console:

Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.