wadguk
wadguk
Do you have a solution for that problem?
same here @jgudo
@jekabso21 did you managed to solve that problem?
ok, I managed to solve that problem. just replace this import PhoneInput from 'react-phone-input-2'; to this // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore import RPI from "react-phone-input-2"; const PhoneInput = RPI.default ?...
Same here... Working on Typescript It seems that the project example (wallet) which is given here, experiencing the same problem. Tried with Opensea and other dapps... Using the latest version...
same here
Please help, I have no idea how to solve this problem. Did everything related to the nuxt build setup.
"dependencies": { "@hokify/vuejs-datepicker": "^2.0.2", "@nfteyez/sol-rayz": "^0.10.2", "@nuxtjs/auth-next": "^5.0.0-1648802546.c9880dc", "@nuxtjs/axios": "^5.13.6", "@nuxtjs/sentry": "^7.1.9", "@project-serum/anchor": "^0.17.0", "@solana/web3.js": "^1.72.0", "@sumsub/websdk": "^1.3.6", "@vue/composition-api": "^1.7.2", "@vue/runtime-core": "^3.3.8", "@web3-onboard/vue": "^2.7.12", "autoprefixer": "^10.4.13", "cookie-universal-nuxt": "^2.2.2", "core-js": "^3.19.3",...
``` build: { standalone: true, extend(config) { config.module.rules.push({ test: /\.mjs$/, include: /node_modules/, type: 'javascript/auto', }), config.node = { fs: 'empty' } }, }, ```
Please close. It was all about the project settings.