Skip to content
Discussion options

You must be logged in to vote

I solved the problem. That warning didn't mean anything. I have a fairly large project with a lot of code (for a beginner's pet project). For some reason, Chromium-like browsers allowed me to accidentally write a semicolon in the component properties, which I didn't notice, while Firefox complained about it but didn't explain anything. Commenting out the components one by one helped. Look below and find it

<div class="flex flex-row justify-center gap-4 py-2">
  <AtomRegularButton
    :icon="FolderPlusIcon"
    :customIconSize="5"
    :without-paddings-for-icon="true"
    @click="workspacesStore.addWorkspace('New space')"
    ;
  />
  <AtomRegularButton
    :icon="PencilSquareIcon"
    :cu…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@glitchykid
Comment options

Answer selected by glitchykid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants