React: ease extension of FmlComponentProps<Value> #16
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Types aren't defined to easily reflect how FmlComponent implementation configs can be extended.
As it stands right now, the extra props are mixed into
props.config
, like this:but the interface makes it seem like it should add extra props to... well, y'know, the PROPS, like this:
Let's add another generic argument for extra props to
FmlComponentProps
:The text was updated successfully, but these errors were encountered: