Luca Tagliabue
Luca Tagliabue
Having the same problem, is there any solution ?
@frehner No, unfortunately it doesn't. I had set that in my `root-microfrontend` (`start({ urlRerouteOnly: true });`) but I'm still getting the refresh of the whole application. Talking about `useRerouteOnly`, I...
I also tried to use the `navigateToUrl` method but it internally use `window.history.pushState` so I ended up to have the same unwanted re-render. Like we have the `navigateToUrl` would be...
Is there any update ?
@filoxo If I navigate clicking some UI element into the UI yes, because under the hood probably there is a `history.push` call, but if I'm using `window.history.pushState` as fas as...
@filoxo I'm posting here the GIF of the latest test I made in my project. I'm using a project of mine made using create-react-app and the [single-spa microfrontend example](https://react.microfrontends.app/planets) overriding...
Same issue, any news ? I also posted a [question on stack overflow](https://stackoverflow.com/questions/66506077/use-css-custom-property-into-less-function) but no solution nor workaround yet.
Do you think is possible change the version inside your build.sbt with Flink 1.4.0 (I could make a Pull Request if you're busy) or you prefer keeping Flink 1.2.0 ?...