Reactjs – Cannot use React 19 new `use` hook
I am trying to try out new features of React 19. In order to do that, I have created React app with Vite and TypeScript: npm create vite@latest Then upgraded to React 19 libraries (accoridngly to this article): npm install…