Closed danielj247 closed 1 month ago
Name | Link |
---|---|
Latest commit | 7b4be22fbc45de178b2a54efbebe05d4edfc5822 |
Latest deploy log | https://app.netlify.com/sites/vue-devtools-docs/deploys/6707e04fbb78c4000853ad2e |
Deploy Preview | https://deploy-preview-629--vue-devtools-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Description
I have set-up a laravel, inertia and vue project and integrated devtools-next but kept getting errors on running vite:
Solution
The first conditional in
isInElectron
checks if the navigator class exists, it does but it is empty - so theuserAgent
is undefined. I've added an optional chain to the end of the userAgent to ensure it's existence.