We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9dfe7e + be734f5 commit d034be0Copy full SHA for d034be0
1 file changed
src/util.tsx
@@ -44,7 +44,7 @@ export const wrapEffect = <T extends EffectConstructor>(effect: T, defaults?: Ef
44
<Component
45
camera={camera}
46
blendMode-blendFunction={blendFunction}
47
- blendMode-opacity={opacity}
+ blendMode-opacity-value={opacity}
48
{...props}
49
ref={ref}
50
args={args}
0 commit comments