Parsing error: Declaration or statement expected
peterennis opened this issue · 1 comments
peterennis commented
This:
Produces this result on save:
import { Icon, InlineIcon } from "@iconify/react";
import trophy from "@iconify/icons-mdi-light/trophy";
import 1st - place - medal from "@iconify/icons-twemoji/1st-place-medal";
Related: #9
cyberalien commented
Same error as in issue you've linked - badly named variable. You can use any name you want.