David Atkins

Results 2 comments of David Atkins

Just realised when this code executed that nodejs also reject it saying: `false is not a function` which is similar to what I described above. Perhaps ESLint isn't so wrong...

I'm seeing the same issue. Using: - NextJS v13.1.6 - React v18.2.0 - This package v1.4.0 Here's my code: ```js export default () => { const Wheel = dynamic( ()...