-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaS…
-
Thanks for this package!
I'm using it with Svelte ([`use directive`](https://svelte.dev/tutorial/actions)) which is made also to support third-party vanilla javascript.
The problem I am having i…
-
-
Now that we have an `await` template primitive, it makes sense to have a streaming renderer:
```js
require('svelte/ssr/register');
const app = express();
const SomeRoute = require('./component…
-
When i have 2 components that are Map's on a page I get the following error not sure how to fix this.
map-action.js:31
Uncaught (in promise) TypeError: Cannot set properties of undefined (…
-
Thank you for maintaining this project.
May I humbly request that the `Stack` component be brought over to carbon-components-svelte for easier vertical spacing?
-
I've updated the vite config to contain the ssr/noexternal/dayjs but I am errors on all files with the "extend" issue, see excertp below:
```
...
3:40:13 PM [vite] Error when evaluating SSR module …
-
I've been getting this error on build when I try to hydrate a component on the client:
`{
stack: 'ReferenceError: CarouselStaticFunctionality is not defined\n' +
' at /home/kooko…
-
### Describe the problem
In Svelte 5 we can pass a children snippet to a component, as the default "slot". The way this makes writing a component feels intuitive, as what you write inside the compo…
-
I'd like svelte-check to provide an option to report unused exports
**Describe the solution you'd like**
Svelte check lists unused exports as warning, with a configuration to ignore such cases
…