react-turbo
react-turbo copied to clipboard
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  error:  .babelrc.cjs  next.js error: 
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...