Skip to content

Default actions not showing? #518

Closed Answered by AlanMcCann
AlanMcCann asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks and no worries about response times! That helped me get on the right path.

This was my fault - using another library requiring a conflicting version of heroicons.

I was able to create a workaround for now by explicitly calling out heroicons as heroicons2 in mix.exs

  [
    ...
    {:heroicons2,
      github: "tailwindlabs/heroicons",
      tag: "v2.1.1",
      sparse: "optimized",
      app: false,
      compile: false,
      depth: 1}
  ]

and then I changed one line in the tailwind config and everything worked.

      let iconsDir = path.join(__dirname, "../deps/heroicons2/optimized");

That got me going for now with while the other library catches up.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AlanMcCann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants