Skip to content
Discussion options

You must be logged in to vote

Hi 👋
First of all, if you want to use src/core/store instead of src/store, you can set quasar.conf.js > sourceFiles > store to src/core/store. Here is the documentation about it: https://quasar.dev/quasar-cli/quasar-conf-js#property-sourcefiles

However, the main problem here is happening because of how you are initializing and accessing some variables. According to the error message you give, the code is probably looking like this(or uses a similar principle):

function test() {
  console.log(serverManagementStore);

  const serverManagementStore = 'whatever';
}

Chromium-based:

Firefox(exactly the same message):

So, if you still can't figure out what's wrong, you will need to share a rep…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Walnussbaer
Comment options

@MilosPaunovic
Comment options

@Walnussbaer
Comment options

@yusufkandemir
Comment options

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