redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Not working with zustand store on next 15

Open HaroldObasi opened this issue 5 months ago • 0 comments

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 ?

HaroldObasi avatar Jun 13 '25 23:06 HaroldObasi