diff --git a/package.json b/package.json index bd65e9e..463640d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@codaworks/react-glow", "description": "Add a mouse-tracing glow effect to React components", "author": "Mordechai Meisels", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "main": "dist/index.js", "module": "dist/react-glow.esm.js", diff --git a/src/index.tsx b/src/index.tsx index fee02b0..d5e1eee 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -119,7 +119,8 @@ export const Glow = (props: GlowProps) => { mask: debug ? undefined : mask, WebkitMask: debug ? undefined : mask } as CSSProperties} - {...rest}> + {...rest} + aria-hidden='true'> {children}