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
The text was updated successfully, but these errors were encountered:
Pedro-Laurenti
changed the title
But not work...
SyntaxError: Identifier '__vite__injectQuery' has already been declared (at ${mod.id}:57205:1)
Jun 18, 2024
this method dont work in my project (vite electron app):
error code:
SyntaxError: Identifier '__vite__injectQuery' has already been declared
im pasting it in the "main.jsx":
project filetree:
formrelat/
┣ resources/
┣ src/
┃ ┣ main/
┃ ┃ ┗ index.js
┃ ┣ preload/
┃ ┃ ┗ index.js
┃ ┗ renderer/
┃ ┣ src/
┃ ┃ ┃ ┣ assets/
┃ ┃ ┃ ┣ components/
┃ ┃ ┃ ┃ ┣ Form.jsx
┃ ┃ ┃ ┃ ┣ FormComponents.tsx
┃ ┃ ┃ ┃ ┣ SelectPage.jsx
┃ ┃ ┃ ┃ ┗ TittleForm.jsx
┃ ┃ ┃ ┣ img/
┃ ┃ ┃ ┃ ┗ icon.png
┃ ┃ ┃ ┣ App.jsx
┃ ┃ ┃ ┣ FormPage.jsx
┃ ┃ ┃ ┗ main.jsx (HERE)
┃ ┣ index.html
┗ package.json
The text was updated successfully, but these errors were encountered: