You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A <turbo-cable-stream-source> element can mess up layout depending on where it's placed. This only happens in certain situations but it feels unexpected when it does happen.
It seems like this shouldn't be the default behavior for a Rails app?
Should it be hidden via display: none, or some other solution?
A
<turbo-cable-stream-source>
element can mess up layout depending on where it's placed. This only happens in certain situations but it feels unexpected when it does happen.It seems like this shouldn't be the default behavior for a Rails app?
Should it be hidden via
display: none
, or some other solution?For example, this code:
produces this result:
See this jsfiddle.
The text was updated successfully, but these errors were encountered: