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 withReact.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 unwrapparamswithReact.use().
could be because of next 15 version ?
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 withparams.id.paramsis now a Promise and should be unwrapped withReact.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 unwrapparamswithReact.use().could be because of next 15 version ?