Kieran Boyle
Kieran Boyle
hey @stalniy, is this the idea using the claim/action approach https://svelte.dev/repl/339ad1120ea44a76abf9493b82497f4a?version=3.43.0
@bestguy can this be reviewed? I need this functionality for several different components I've been working on.
@tkieft I'm able to use Tooltips with SVG elements. (see [REPL](https://svelte.dev/repl/b415678cdbaa4d428d4e7a3719579fbf?version=3.53.1)) Can you provide an example of where this fails for you?
@benmccann I was wondering if you wouldn't mind joining our slack https://join.slack.com/t/sveltestrap/shared_invite/zt-28y9c8a8k-6~9UI~26Cx7pF1JKeQZPyA. I had something I wanted to run by you/review for an upcoming release.
Hey @jmquintela! I think there's an issue with your closing `` tag. I tried to recreate the code you shared in a REPL [here](https://svelte.dev/repl/90bba55558f14b77aaea6a42ebac56d2?version=3.53.1). Let me know if this was...
Thank you for opening an issue @Swoopy. Did you define the styles for the dropdown `active` class? See this [REPL](https://svelte.dev/repl/713ffea86a994b0c9e4c0baf7d163181?version=3.53.1) ```css :global(.dropdown.active) { background-color: red; } ```
This is what I'm using in our production app: ```json "overrides": { "svelte-navigator": { "svelte": ">=4.x" } } ``` I've started working on a branch to migrate this package to...
Is this still a problem for anyone? I'm able to use all the charts in my SvelteKit project.
Could you provide a CodeSandbox or StackBlitz with your current setup?