Antoine Vendeville

Results 9 comments of Antoine Vendeville

Hello, The issue is, when we use the testing-library with a component importing the `svelte-range-slider-pips` ``` import RangeSlider from 'svelte-range-slider-pips'; ``` We have an error `TypeError: RangeSlider is not a...

Hello, I have the same issue on my side with the latest version. In fact, if we check the `parent_component` value it's works. But if we set the value as...

Of course @lauthieb ! This security issue must be include inside the components :) if target = _blank and rel doesn't include noopener add noopener / rel doesn't include noreferrer...

@GaspardMathon I will provide the changes on the svelte part :)

@thibault-mahe thanks for your enhancement ! 🤩 I suggest you littles changes on your PR, I'm available to discuss :)

On the file `packages/showcases/core/csf/components/structure/accordion.csf.js` you can add `close` and `open` to add the new actions :)

Hello @DKT-cdrag For your issue, you can check what we have done on the `VtmnQuantity.stories.svelte` ```html import { action } from '@storybook/addon-actions'; {args.slot} ``` And update on your `accordion.csf` the...

We need a fix from svelte to merged this PR in the futur. See : - https://github.com/sveltejs/svelte/pull/6646 - https://github.com/sveltejs/svelte/issues/6584