Ashley Ryan
Ashley Ryan
As of v6, if using rollup (or vite, which uses rollup), you may need the `@rollup/plugin-node-resolve` package in your rollup config. https://github.com/vmware-clarity/core/issues/100
@bbogdanov your PR is not what this issue is about. The default size of icons (when not including the core css) changed in v6 compared to v5
oops, thanks. My bad
Hello, I'm the original report of this issue on the forums. In my case, I actually want the vertical height behavior - is there a way to replicate it without...
Yes, exactly @raf18seb! I don't want the behavior to break when this panning issue is fixed, thank you!
Can you please provide a stackblitz example of what you're trying to do so we can see the rendering issue.
There's an open issue for this: https://github.com/vmware-clarity/ng-clarity/issues/316
🤦♀️ It's `getAllByRole` not `getByRole`
I think what complicates things too is that (at least locally) list items don't have a `name` so you can't even use getByRole('listitem', {name: 'blah'}) The notice makes sense, but...
Yeah, a message like that would have been more helpful!