react-turbo icon indicating copy to clipboard operation
react-turbo copied to clipboard

Results 6 react-turbo issues
Sort by recently updated
recently updated
newest added

Error: Cannot read properties of undefined (reading 'current') MyCode: ```jsx function C() { const ref= React.useRef(); React.useEffect(() => { ref.current.focus(); // ref is undefined in debugger }, []) return }...

props destructure will cause an error: Error: combine expects a store in a field updates My code: ``` tsx function A(props: { a?: string, b?: string, c?: string }) {...

.babelrc ![1](https://user-images.githubusercontent.com/67107447/178967619-a27c8bba-12b9-4521-9bee-d6309a7c8f17.png) error: ![4](https://user-images.githubusercontent.com/67107447/178967902-004800f9-1204-4c12-bb21-b4ec94f4e018.png) .babelrc.cjs ![5](https://user-images.githubusercontent.com/67107447/178967729-6169d45c-9ba9-41f4-bc28-63c48faccb36.png) next.js error: ![6](https://user-images.githubusercontent.com/67107447/178967986-3951faf4-d26f-48ce-bfd0-012ee73af083.png)

Hello, are there plans for a SWC plugin?

This seems awesome. But wondering if this is going to be supported in react native also?

Hello. This is a really interesting concept, and I want to try it out in my react project. I noticed that setup requires some CRA-related plugins. However, I set up...