Aaron Scruggs

Results 3 comments of Aaron Scruggs

> ```js > { modules: false } > ``` @vanokhin Worked perfectly. Thanks!

FWIW, I have the same issue. I had to use `require 'phlex_icons'` to get it to load A little more to the story. `bundle add` installs version 0.11.0

I wish I had more to offer. I am on a rails 7.1 project. After manually changing the version to 1.1.0, I was able to `include Phlex::Icons`. That said, I...