`[<ReactComponent>]` in typescript will always transpile args to `any` · Issue #645 · fable-hub/Feliz · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using
[<ReactComponent>]
, will currently create aFable.Ident
withFable.Any
To allow for nice type creation we need to pass arg names and types to it.
This would allow for nicer creation of ReactComponents in F# and publishing them to npm.
Will open a PR for this soon! 🙂
The text was updated successfully, but these errors were encountered: