-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Inserting an <Icon />
element into map
will fail on first render & all build
#15
Comments
<Icon />
element into map
will fail on first render<Icon />
element into map
will fail on first render & build
<Icon />
element into map
will fail on first render & build<Icon />
element into map
will fail on first render & all build
The issue stated when I upgraded from |
natemoo-re
pushed a commit
that referenced
this issue
Dec 15, 2021
natemoo-re
added a commit
that referenced
this issue
Dec 15, 2021
This should be working in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
Adding an Icon component as part of a
map
operation will fail all but the first iconCode sample
{[1,2,3].map(() => <Icon name="bi:stars" /> )}
Errors
Dev
on first dev load (2/3 icons missing, everything works after a refresh):
Build
Build does not finish, errors out with:
CodeSandbox repro
(
server controls
>restart sandbox
>reload the live preview
to trigger)https://codesandbox.io/s/hungry-pike-xrsre?file=/src/pages/index.astro:478-524
The text was updated successfully, but these errors were encountered: