Skip to content

I'm doing something wrong on npm run build (probably) #9315

Answered by ClimenteA
ClimenteA asked this question in Q&A
Discussion options

You must be logged in to vote

Found the issue.

Having caption inside an ul tag caused those issues. I replaced caption tag with p tag. All good now.

<ul>
    <caption></caption>
</ul>

JSX edge case

Replies: 1 comment

Comment options

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