diff --git a/src/core/Billboard.tsx b/src/core/Billboard.tsx index b5b10e714..2e3512560 100644 --- a/src/core/Billboard.tsx +++ b/src/core/Billboard.tsx @@ -47,7 +47,7 @@ export const Billboard: ForwardRefComponent = /* @__PURE_ React.useImperativeHandle(fref, () => localRef.current, []) return ( - + {children} )