You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn start development server does not reload (hot reload nor manual reload) when running from a directory structure created with npx create-react-app react-app --typescript
Describe the bug
yarn start
development server does not reload (hot reload nor manual reload) when running from a directory structure created withnpx create-react-app react-app --typescript
Which terms did you search for in User Guide?
reload
Environment
package.json:
Steps to reproduce
npx create-react-app react-app --typescript
cd react-app
yarn start
src/App.tsx
and save ityarn start
reflects the changes.Expected behavior
Changes would be reflected as they are without the
--typescript
flag.The text was updated successfully, but these errors were encountered: