Sova
Sova
The special file in the package `effector-react/scope` is going to be deprecated. In the near future, we can just use `effector-react`, import `Provider`, and use hooks without needing to import...
What's the case?
Add `.withConfig({ componentId: 'Name', displayName: 'Name' })` https://github.com/styled-components/babel-plugin-styled-components/blob/a4ce86b1fe63387fbf89fd35dd3a2d41da735ec4/src/visitors/displayNameAndId.js#L24
```js .withConfig({ displayName: 'sc:Name' }) ``` renders as: ```html ``` --- But that ```js .withConfig({ displayName: 'sc:Name', componentId: 'sc:Name' }) ``` renders as: ```html ```
Use detectors from: https://github.com/styled-components/babel-plugin-styled-components/blob/a4ce86b1fe63387fbf89fd35dd3a2d41da735ec4/src/utils/detectors.js#L16 and add withConfig from: https://github.com/styled-components/babel-plugin-styled-components/blob/a4ce86b1fe63387fbf89fd35dd3a2d41da735ec4/src/visitors/displayNameAndId.js#L9
4cb395b34c3e6f0ce846a41cc73fcf9894a1cfba
If I won't use `.css` files in my project (prefers CSS-in-JS for example) it will break my setup.
Add an object to `window` to trigger event from browser DevTools
What about case when no `clock` is provided? For example, plan event triggering until browser is idle. ```ts const readyToCompute = idle(); ```
@45m0d3u5 Would you like to provide some use-case for this feature? Also, maybe replace it with `batch: true` like in the [effector Spacewatch 23](https://github.com/effector/effector/issues/755)