Naseef

Results 6 comments of Naseef

Any update on this? i have same issue on my local

> Not a JS developer, but the issue seems to be coming from the use of a path resolver along with [vite-plugin-html](https://github.com/vbenjs/vite-plugin-html). > > ### Some things to consider as...

I'm also facing same issue: ⨯ TypeError: Cannot read properties of undefined (reading 'bind') at NextNodeServer.handleRequestImpl Node version: 20.10.0, 18.18.0 Next verson: 14.0.4 app-router

> You should use > > ```js > "use client"; > ``` > > on the top of the file you used a component `NavLink`. @hsk-kr I didn't use `NavLink`...

> I found answer on stack overflow. [here](https://stackoverflow.com/questions/77014653/how-do-i-make-use-of-useclient-in-my-next-js-project-code) > > Make component server component. > > ``` > import { getSelectorsByUserAgent } from "react-device-detect" > import { headers } from...