Alexander Mung-Zit Chiu

Results 10 comments of Alexander Mung-Zit Chiu

@wlopz totally same problem as you

@wlopz It works for me in this way. Try it out. ``` function config(api) { api.cache(true); return { presets: ['babel-preset-expo'], env: { development: { plugins: [ ['module-resolver', { root: ['./src'],...

This will also happen when using nextjs v14 ssr as below. ``` import { Alchemy, Network } from "alchemy-sdk"; export default async function Home() { const alchemy = new Alchemy({...

Even though I am using `import ReactSwipeEvents from 'react-swipe-events'` or `'reactSwipeEvent'` still console throws error: `Could not find a declaration file for module 'react-swipe-events'`

> ```js > pages: [ > { > matchPath: '/:lang?/client-route/:someParameter', > getLanguageFromPath: true, > languages: ['de', 'en'], > } > ] > ``` unfortunately, this won't work

This error only occurs using nextjs14 but not nextjs13 page route, despite ethers.js version.

@Sudhanshu-Bharti Make sure your `solc` is `0.8.7-fixed` (or the declared version in contract). Do not directly install `^0.8.21`.

If you're using next 14+ app route, native `generateSitemaps ` should be enough.

rugged? looks like no updates for over 3 months