Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholders for custom-component aren't replaced correctly #40

Open
lemonadee71 opened this issue Oct 5, 2022 · 0 comments
Open

Placeholders for custom-component aren't replaced correctly #40

lemonadee71 opened this issue Oct 5, 2022 · 0 comments

Comments

@lemonadee71
Copy link
Owner

lemonadee71 commented Oct 5, 2022

I have this code

  <my-icon
    name="kebab"
    id="taskmenu-xv1box7npfe7bj4e"
    title="Task menu"
    class="stroke-gray-500 hover:stroke-gray-800 dark:hover:stroke-gray-300"
  ></my-icon>

Which results in

<custom-component name="kebab" id="taskmenu-rfkbdcguwcxnkjto" title="Task menu" class="stroke-gray-500 hover:stroke-gray-800 dark:hover:stroke-gray-300"></custom-component>

The issue is that there is no :is attribute which I suspect due to the regex and replace function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant