Skip to content

fix: reference error in cluster UI#1357

Open
rudimatz wants to merge 1 commit into
ietf-tools:mainfrom
rudimatz:fix/missing-ref-ui
Open

fix: reference error in cluster UI#1357
rudimatz wants to merge 1 commit into
ietf-tools:mainfrom
rudimatz:fix/missing-ref-ui

Conversation

@rudimatz

Copy link
Copy Markdown
Contributor

fixing error


index.vue:50 Uncaught (in promise) ReferenceError: ref is not defined
    at setup
    
    ```

@rudimatz rudimatz requested a review from holloway June 19, 2026 18:58
@rudimatz

Copy link
Copy Markdown
Contributor Author

@holloway this is to fix a local error I got, seems to be related to Nuxt's auto-import.
This fix worked for me, but maybe you see a better way to resolve.

@holloway holloway left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok with regular imports (seems harmless), but I'm also guessing there are 100 other places that use ref without importing it.

Typically when I've seen autoimport bugs restarting the dev server fixes it but I'm guessing you tried that and it didn't work.

Anyway, yeah this seems harmless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants