svelte/test/runtime/samples/store-shadow-scope/_config.js

4 lines
136 B

export default {
error: 'Stores must be declared at the top level of the component (this may change in a future version of Svelte)'
};