Jany

Results 4 comments of Jany

I have same error. I tried remove node module many time but didn't solve problem. And then I open 1 tab run `npm start -- --reset-cache` => this tab should...

I have the same issue. I receive notification but when I tap on it show the error ![28795149_1823390787691261_8515670220477585696_n](https://user-images.githubusercontent.com/6791942/37133945-a82e3b82-22c8-11e8-8a38-e315a9c528e3.jpg) ![28795666_1823392567691083_9210545607079136767_n](https://user-images.githubusercontent.com/6791942/37133953-aa81c098-22c8-11e8-95b4-4af312b69fa4.jpg)

@julianriise I can run chakraUI with NextJs 14.0.2 Here is my package.json you can refer ``` { "name": "app", "version": "0.1.0", "private": true, "scripts": { "dev": "PORT=8000 next dev", "build":...