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
npm i # or yarn or pnpm
npm run dev # or yarn or pnpm
Go to App.tsx and change "Hello world" to another text, the hot reload notification is sent to the terminal but the webapp doesnt hot reload. The issue does not arise if you give a name to the function
Expected behavior
The hot reload work event when using anonymous function
Describe the bug
When using top level anonymous
export default function ()
the hot reload break in some part of the treeSteps to Reproduce the Bug or Issue
Reproduction : https://github.com/SarguelUnda/solidrefresh-hr-issue
Go to App.tsx and change "Hello world" to another text, the hot reload notification is sent to the terminal but the webapp doesnt hot reload. The issue does not arise if you give a name to the function
Expected behavior
The hot reload work event when using anonymous function
Screenshots or Videos
Platform
Additional context
Maybe related to #64
The text was updated successfully, but these errors were encountered: