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
Add missing TestingStreamableComponent for streaming tests
The component was referenced in spec/helpers/react_on_rails_pro_helper_spec.rb
but was never created. This was causing test failures in the
rspec-dummy-app-node-renderer CI job.
The component is a simple test component that returns the expected
markup for streaming SSR tests.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments