quisi.do
quisi.do
Getting this error in ESLint, which seems perfectly valid: ``` Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method. Referenced from:...
This Issue serves as documentation for anticipated breaking changes in 3.0 and allows community feedback to drive the development process. # Breaking Changes 💔 - Do not re-export React from...
In `src/index.ts`, the ReactN interface should not have `Component` and `PureComponent` defined, as these are defined in the `namespace` in order to maintain their generics. The existence of this interface...
If a component has be instantiated (constructor has executed) but not yet mounted, `this.updater` will be undefined. If the global state is accessed in the constructor, it will subscribe. If...
Also did update and set global callback Async elsewhere
- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [ ] This feature is important to have in this repository; a contrib plugin wouldn't do **Describe...
All the packages in this repo require `react` and `react-dom` as peer dependencies, and `react-spring` does not provide them even though they are listed as dependencies. It needs to "pass...
Resolves this warning when installing `@cypress/code-coverage` by accurately marking these as peer dependencies (vended from other sources instead of this package's own dependencies): ``` ➤ YN0002: │ @cypress/code-coverage@npm:3.10.0 [6241e] doesn't...
# Problem statement When writing an application with `"type": "module"` in `package.json`, it becomes _impossible_ to set the NYC config with JS, since it only supports the `.js` extension and...