Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undeclared variable QUOTE #13

Closed
marcoantoniocabrejos opened this issue Aug 11, 2022 · 2 comments
Closed

Undeclared variable QUOTE #13

marcoantoniocabrejos opened this issue Aug 11, 2022 · 2 comments

Comments

@marcoantoniocabrejos
Copy link

Hi! i'm having a runtime exception with this variable, it throws "QUOTE is not defined". Pleaseo, i need your help. I'm working with esbuild and typescript

@pavliuc75
Copy link

Same issue (Vue 3 + TS + Vite)

@IshfaqAhmedProg
Copy link

anybody ever get to solving this issue? had the same issue when using this package with react on one project but not on another where i used next js!

package.json for the React Project

{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"framer-motion": "^10.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.8.2",
"sheetjs-style": "^0.15.8",
"socket.io-client": "^4.6.1",
"vcards-js": "^2.10.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.1.0"
}
}

package.json for the Next JS Project

{
"name": "scrape-fox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/montserrat": "^4.5.13",
"aos": "^3.0.0-beta.6",
"axios": "^1.2.2",
"eslint": "8.29.0",
"eslint-config-next": "^13.1.1",
"firebase": "^9.15.0",
"next": "13.0.6",
"react": "18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-google-recaptcha-v3": "^1.10.1",
"react-modal": "^3.16.1",
"react-tag-input": "^6.8.1",
"sheetjs-style": "^0.15.8",
"swr": "^2.0.0",
"uuid": "^9.0.0",
"validator": "^13.7.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.1/xlsx-0.19.1.tgz"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants