I'm pulling my hairs out here. I just created a react on rails
app. No styling is working at all. This is a brand new project...
Solutions tried:
Precompiling in assets.rb
Linking stylesheet directing in the html.erb in the head
<%= stylesheet_link_tag params[:controller] %>
What am I missing here?
There is no track trace. The view renders fine just with no styling. No errors from the logs either.