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
TypeError: (0 , import_jsx_dev_runtime.jsxDEV) is not a function
at /Users//Projects//app/entry.server.tsx:64:9
at new Promise (<anonymous>)
at handleRequest (/Users//Projects//app/entry.server.tsx:59:10)
at handleDocumentRequestRR (/Users//Projects//build/server.js:38925:18)
at requestHandler (/Users//Projects//build/server.js:38787:22)
at /Users//Projects//build/server.js:39945:26
The text was updated successfully, but these errors were encountered:
This was caused by NODE_ENV being set differently across different builds. The new dev server ensures NODE_ENV=development is set for all builds while it is running. Fixed in v1.16.
What version of Remix are you using?
1.14.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Expected Behavior
HMR is working without errors
Actual Behavior
Getting this error:
The text was updated successfully, but these errors were encountered: