Marek Janča
Marek Janča
Using `dependencies` for plugins in sharable configs for `eslint` is an antipattern. According to [the docs](https://eslint.org/docs/developer-guide/shareable-configs#publishing-a-shareable-config), these dependencies should be put to `peerDependencies`. The reason is that multiple sharable configs...
Package version: `[email protected]` I have: `` In saga I do `push("/")` and the location is changed but HomePage is not rendered. When I change in react-devtools `exact` on the `Route`...
This would be super helpful. I can imagine something like: ``` const context = createContext(); .... const props = {}; .... yield setContext(context, props); .... yield getContext(context, prop); ``` The...
It is not necessary to have react-intercom as a component since it doesn't render anything. Lets keep the component for the back compatibility but export it as a react hook...
**Checklist before opening an issue**\ Lots of issues are opened that are unrelated to this lib, please take a moment to ensure the issue is not on your end 🙏....