Chidiebere Onyegbuchulem
Chidiebere Onyegbuchulem
This problem is similar to mine. I cant seem to change the text color and background color when highlighted. I have trace the problem to this piece of code under...
I am not clear what you want to achieve here because the images are already re-sized with CSS (tailwind) using `w-12 h-12`. Checking with dev-tools confirms this. Also, `StaticImage` or...
@Lin-403 , the only workaround I found is using the old `ReactDOM.render` syntax instead of the new `ReactDOMClient` syntax. That is, use this: `import ReactDOM from 'react-dom';` ``` ReactDOM.render( ,...
`yarn patch react-async-hook` did not run in my case....saying `Command "patch" not found`.
I wanted to share my plan for the migration. 1. Set up TypeScript: Install TypeScript and Create a `tsconfig.json` file to configure TypeScript. 2. Rename the `.js` files to `.tsx`....
Hello @rephus , could you please explain better this issue and possibly reproduce with a screen recording. From the screen-cast attached... you can see the cursor actually moves to the...
@ZeRego seems this is no longer an issue because following the screen recording I shared above...except I am missing something