-
# Bug report
## Error with Create React App when stitches is a dependency of a dependency.
`Uncaught TypeError: (0 , _react.createStitches) is not a function`
This appears in react-scripts 5 (w…
jnoer updated
2 years ago
-
-
I'm working on a UI which is used in an unreal engine game implemented via Coherent, which is a custom JS/HTML/CSS environment for this game engine.
When trying to implement remote redux devtools wit…
-
I see [no mention within the openfin documentation](https://openfin.co/support-and-debugging/) of tools like [React DevTools](https://github.com/facebook/react-devtools) and [Redux DevTools](https://g…
-
We currently have 3 interfaces:
* The addon -- which we're sunsetting, so we can ignore it now.
* The popup -- replacing the addon, nearly a copy/paste of the addon for now
* The devtools interface -…
-
I'm using the most basic setup to debug a web-based regular React app.
```
import { createStore, applyMiddleware } from 'redux';
import { composeWithDevTools } from 'remote-redux-devtools';
c…
-
### Website or app
N/A
### Repro steps
1. It's my local react app.
2. added `` at the beginning of `head` tag in `index.html`
3. run `react-devtools` in terminal
### How often does this bu…
-
Hi, I have been following your course since the last week, I stumble upon this problem with React Query Devtools. It breaks the whole app. It is not showing anything
![image](https://github.com/use…
-
If you have CSS files in your federated module, they do not get loaded in run time (although they do get built).
-
# :rocket: Making Preact even faster
Good news! We're experimenting with various ways to speed up Preact even more :100: To do so we have various enhancements and optimizations planned for our…