I have a stimulus controller inside a partial that I need to be loaded via turbo_stream. The problem is, it’s not connecting when the turbo_frame is updated. Through inspect I can see that the data attribute there, but nothing happens.
Is there any special configuration to be done when using it with turbo?