-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
fable-react supports function components but it seems they can't be used in fable-react-native. Am I missing something here (likely, I'm new to f#)? My react-native app crashes if I try to use Fable.React.FunctionComponent.Of(...)
ERROR TypeError: module.hot.addStatusHandler is not a function. (In 'module.hot.addStatusHandler(function (status) {
if (status === "apply") (function () {
cache.clear();
})();
})', 'module.hot.addStatusHandler' is undefined)
[Wed Jul 22 2020 11:36:26.377] ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
[Wed Jul 22 2020 11:36:26.377] ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
[Wed Jul 22 2020 11:36:26.377] ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling unmountApplicationComponentAtRootTag)
[Wed Jul 22 2020 11:36:26.378] ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
Metadata
Metadata
Assignees
Labels
No labels