如何告诉 Rails 不要预渲染组件?

How do I tell Rails not to pre-render components?

使用 React.rb 时,如何防止 Rails 预渲染组件?

只需将no_prerender=1作为参数添加到URL,示例:

http://localhost:3000/leads?no_prerender=1