Arnaud Riu

Results 8 comments of Arnaud Riu

@blumendorf You are absolutely right. I am using multiple targets and adapting configuration worked. Thank you ! 😊 In my Podfile, my targets: ``` project 'gotobridge', 'Debug-dev' => :debug, 'Release-dev'...

Hello. Just tried this in my app: - removed my fix component (see #81 ) and replaced it with Navigate component from `react-router-dom`. (ie: `` becomes `` - added batch...

Sorry, didn't have time to reproduce it in a code sandbox so far, I have a huge bug in my service worker in production and I have to deal with...

Hello @hloriana , thanks for the reply on #3305 . 301 is not a solution for me. I need rewrite, not redirect. The main goal is to be able to...

@hloriii Any update on this issue ? It's been a while...

@julen Thanks for the link. It helped me understand how to make ssr work on amplify with nitro preset `aws_amplify`. But prerender is still not working, no matter what I...

I solved this hacking into tooltips externalTooltipHandler. Here is how: - I set the externalTooltipHandler to draw tooltips into canvas parent. But I do not override already existing tooltip. Instead,...

Sure. Here it is without react, only vite + sass-embedded + bootstrap. As a reminder: - in `src/index.sass` if you comment out `@import bootstrap/scss/variables` it will work. But if you...