I’m working on a Next.js web app, I was using an older version of Flower React and I decided to update the package to the latest version (3.1.1), but now the instance doesn’t show up in the Redux DevTools window even if I wrapped the whole app with FlowerProvider.
The app is functioning and from console logs I put here and there I’m sure the instance is active and Flower is working under the hood, I just can’t monitor the data flow from the DevTools. What could have gone wrong?