Michael Precel

Results 8 comments of Michael Precel

This is all very helpful, thanks @ElMassimo !

Hi @xavierfoucrier, Thanks for your further clarifying @psntr — that is exactly right: "Basically, the idea is to bypass barba transition and use Ajax while no breaking the history of...

I didn't encounter this issue until upgrading from rc-12 to 1.0.0. In dev and in local build it works fine, but as soon as it is deployed to Netlify I'm...

Thanks everyone for your suggestions, a lot of good avenues to explore here. @misaon You could be on the money, I'm using `vue-gtag-next`, so perhaps that has a Vue 2...

Hi @ApinisMikelis — from memory I couldn't resolve this and instead switched over to the _sanity-plugin-leaflet-input_ plugin instead.

After manually installing `shallowequal` and `lodash`, this fixed it for me too – thank you @tlebeitsuk – LIFESAVER

I'm running ``` vite: { optimizeDeps: { include: ["shallowequal", "lodash/startCase.js", "react-compiler-runtime", "react", "react-dom"], } } ``` And `package.json` includes ``` "lodash": "^4.17.21", "react": "^18", "react-compiler-runtime": "19.1.0-rc.2", "react-dom": "^18", "shallowequal": "^1.1.0",...