We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.8
github.com
script setup
withDefaults( defineProps<{ phones: Stored<Phone[]>; title?: string; callable?: boolean; }>(), { title: "Телефоны", } );
To reproduce with git reproduction, run npm run build after npm install
npm run build
npm install
compiled code:
const props = __props as { phones: Stored<Phone[]>, title: string, callable?: boolean }
const props = __props as { phones: Stored<Phone[]>;, title: string, callable?: boolean; }
esbuild is giving me this error, but it goes from wrong compiled code
The text was updated successfully, but these errors were encountered:
Duplicate of #4505
Sorry, something went wrong.
No branches or pull requests
Version
3.2.8
Reproduction link
github.com
Steps to reproduce
script setup
To reproduce with git reproduction, run
npm run build
afternpm install
What is expected?
compiled code:
What is actually happening?
compiled code:
esbuild is giving me this error, but it goes from wrong compiled code
The text was updated successfully, but these errors were encountered: