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
{{ message }}
This repository was archived by the owner on Sep 10, 2022. It is now read-only.
The documentation suggests using functions like componentFromStreamWithConfig() instead of componentFromStream() to avoid having to set global state with setObservableConfig().
It seems there's also a similar situation with createEventHandlerWithConfig() vs createEventHandler(). There are two issues though:
(1) There's no mention of createEventHandlerWithConfig() in the docs.
(2) The Typescript typings for recompose don't export createEventHandlerWithConfig(), so it appears to be unavailable as an import.
I'd be happy to submit a pull request if I get some direction on where this should go.
The documentation suggests using functions like
componentFromStreamWithConfig()instead ofcomponentFromStream()to avoid having to set global state withsetObservableConfig().It seems there's also a similar situation with
createEventHandlerWithConfig()vscreateEventHandler(). There are two issues though:(1) There's no mention of
createEventHandlerWithConfig()in the docs.(2) The Typescript typings for recompose don't export
createEventHandlerWithConfig(), so it appears to be unavailable as an import.I'd be happy to submit a pull request if I get some direction on where this should go.