Closed greglittlefield-wf closed 5 years ago
Component2 was implemented via a large number of PRs, and has some parts that need to be cleaned up before release.
Map<dynamic, dynamic>
bind
Ref
_ReactDartInteropStatics2
+10
Motivation
Component2 was implemented via a large number of PRs, and has some parts that need to be cleaned up before release.
Changes
Map<dynamic, dynamic>
since we can't trust that the keys/values coming from the JS map match the type parameters the consumer might usebind
-related APIsBoyscouting
Ref
typdef that conflicted with the newRef
type, which was confusing and made imports messy_ReactDartInteropStatics2
a class with static methods instead of a closure,Testing