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
After upgrading to Rails 7.1 routes rendering views with = react_component are rendering the beginning part of the associated master as plain text at the top of the body and before the pack script tag. It appears to be rendering the layout template up to the line that yields the content.
Steps to reproduce
Upgrade Rails to 7.1
Expected behavior
Don't render header as text
Actual behavior
After upgrading to Rails 7.1 routes rendering views with
= react_component
are rendering the beginning part of the associated master as plain text at the top of the body and before the pack script tag. It appears to be rendering the layout template up to the line that yields the content.System configuration
The text was updated successfully, but these errors were encountered: