Nizarazo
Nizarazo
@ryansolid Thanks for your reply. 1. Is it guaranteed that onMount is called only after all html elements including ref elements is mounted/rendered? 2. Can you tell me why running...
@ryansolid Issue is reproduced if running: "npm run serve" after "npm run build" while it isn't reproduced when running "npm start" meaning it is dev vs production thing, any idea...
Hi Thank you all for your response. @ryansolid : I am working to reproduce the issue with minimal code as possible, should I attach the source code here via github?...
Hi @ryansolid Here is the github repo with main branch which reproduce the issue by the following steps: 1. git clone to main branch https://github.com/Nizarazo/solid-js-issue 2. open vs code and...
@ryansolid any update about the fix?
@ryansolid Thanks for your reply. To check the version of solid-js I run the command "npm list" it looks same version 1.5.6 on both locations: 1. https://github.com/Nizarazo/solid-js-issue/blob/main/packages/blender/client/package.json 2. https://github.com/Nizarazo/solid-js-issue/blob/main/packages/solidjs-infra/package.json Please...
I added the code change in vite.config.ts given by @LiQuidProQuo and it fixed the issue, thanks @LiQuidProQuo @ryansolid The question if this fix in vite.config.ts is considered as a good...
@ryansolid If going with vite config solution is ok then this issue can be closed. Thanks