-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
I keep getting this error, on some components, this error isn't from my code, and only goes away after i disable the redux dev tools extension
A param property was accessed directly with
params.id.
paramsis now a Promise and should be unwrapped with
React.use()before accessing properties of the underlying params object. In this version of Next.js direct access to param properties is still supported to facilitate migration but in a future version you will be required to unwrap
paramswith
React.use().
could be because of next 15 version ?
Metadata
Metadata
Assignees
Labels
No labels