Hello everyone :slightly_smiling_face: I'm trying ...
# general
s
Hello everyone ๐Ÿ™‚ I'm trying to use Turbo Drive (https://github.com/hotwired/turbo-rails) with Solidus, it seems that it is necessary to turn off Turbo Drive for Devise and the Checkout process, so I added
data: {turbo: 'false'}
to form, button and links concerned by Devise or the Checkout process. It's working perfectly for Devise but for the Checkout process it seems that Javascript is not working (in the adress step the form for adress shipping is not hidden by checking the checkbox and to click on 'Continue' doen'st work), in the browser's console JS everything seems to work.
k
Nice. I think the checkout is not ready for turbo yet but itโ€™s on the roadmap to do that.
s
Ok great ! thank you ๐Ÿ˜‰