I've realized that in the same app turbo_frame_tag is available in erb views, but not in haml views when using hotwire-rails gem, the message error being undefined method turbo_frame_tag for #<DashboardComponent. I guess some Turbo/Hotwire helpers are not being loaded when using hamlit gem. Is this possible?
PS. I can provide a minimal reproducible example if needed
Hello there,
I've realized that in the same app
turbo_frame_tag
is available in erb views, but not in haml views when using hotwire-rails gem, the message error beingundefined method turbo_frame_tag for #<DashboardComponent
. I guess some Turbo/Hotwire helpers are not being loaded when using hamlit gem. Is this possible?PS. I can provide a minimal reproducible example if needed
Cheers and thanks in advance