I have an app running with StimulusReflex 4.x 3.4 fine, this app have no AR whatsoever, as we use other DB which AR do not support. The migration to 5.0pre is making RSpec tests crash because AR is being required for the new identifiable feature.
I think this only happens with RSpec on test environment, as when setting eager load to true in my dev env the app works fine.
Thanks for the awesome work!