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
System.err: TypeError: Cannot create property 'm' on boolean 'false'
for a component
<script> export let prop </script>
see halfnelson/svelte-native#123
The text was updated successfully, but these errors were encountered:
Do you know if that's still the case in Svelte Native?
Sorry, something went wrong.
I'm having the same issue but with my regular svelte project. Using:
svelte
"svelte-loader": "3.1.7",
"svelte": "3.58.0"
Config:
... use: { loader: 'svelte-loader', options: { emitCss: true, hotReload: !prodMode, preprocess: sveltePreprocess({ typescript: { tsConfigFile: './tsconfig.json', }, }), }, }, ...
I could just use empty html tag in the component, but maybe there is a different solution?
@pasevin Can you confirm that you have compiler's dev option to true when this happens?
dev
true
Successfully merging a pull request may close this issue.
for a component
see halfnelson/svelte-native#123
The text was updated successfully, but these errors were encountered: