diff --git a/.changeset/fresh-fans-deliver.md b/.changeset/fresh-fans-deliver.md new file mode 100644 index 000000000..fde6a08c4 --- /dev/null +++ b/.changeset/fresh-fans-deliver.md @@ -0,0 +1,5 @@ +--- +"@livekit/components-react": patch +--- + +Fix className property on BarVisualizer diff --git a/packages/react/src/components/participant/BarVisualizer.tsx b/packages/react/src/components/participant/BarVisualizer.tsx index a4e002c88..30393ac8f 100644 --- a/packages/react/src/components/participant/BarVisualizer.tsx +++ b/packages/react/src/components/participant/BarVisualizer.tsx @@ -110,7 +110,7 @@ export const BarVisualizer = /* @__PURE__ */ React.forwardRef