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
error in console: TypeError: Cannot assign to read only property 'name' of function (function code)
at resolveAsset (link to a line of code in reproduction link)
In vue 3.0.0-beta.2 everything works
The text was updated successfully, but these errors were encountered:
Version
3.0.0-beta.3
Reproduction link
https://github.com/vuejs/vue-next/blob/dece6102aa84c115a3d6481c6e0f27e5b4be3ef1/packages/runtime-core/src/helpers/resolveAssets.ts#L81
Steps to reproduce
Create a .vue component:
What is expected?
component works
What is actually happening?
error in console:
TypeError: Cannot assign to read only property 'name' of function (function code)
at resolveAsset (link to a line of code in reproduction link)
In vue 3.0.0-beta.2 everything works
The text was updated successfully, but these errors were encountered: