You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add this import mediasoup from 'mediasoup-client' // remove this comment and it'll work BEFORE import HelloWorld from './components/HelloWorld.vue' otherwise it won't crash, it can't be after the latest import
See that is crashes
Remove the comment and see that it works
What is expected?
To work flawlessly
What is actually happening?
The app crashes because of a comment
The text was updated successfully, but these errors were encountered:
drgarlic
changed the title
Crash when comment after a library import in script setup
Crash when adding a comment after an import in script setup
Sep 12, 2020
Version
3.0.0-rc.10
Reproduction link
https://github.com/gawlk/vue-bug-comment-after-import
Steps to reproduce
yarn create vite-app test-comment-crash
yarn && yarn add mediasoup-client
setup
tag to<script>
import mediasoup from 'mediasoup-client' // remove this comment and it'll work
BEFOREimport HelloWorld from './components/HelloWorld.vue'
otherwise it won't crash, it can't be after the latest importWhat is expected?
To work flawlessly
What is actually happening?
The app crashes because of a comment
The text was updated successfully, but these errors were encountered: