[The documentation says](https://inertia-rails.dev/guide/title-and-meta#inertia-attribute-on-elements) to use the data- prefix. application.html.erb#4 `<title data-inertia><%= content_for(:title) || "React Starter Kit" %></title>`
The documentation says to use the data- prefix.
application.html.erb#4
<title data-inertia><%= content_for(:title) || "React Starter Kit" %></title>