Skip to content

Commit d034be0

Browse files
author
v 1 r t l
authored
Merge pull request #206 from CodyJasonBennett/fix/set-blend-opacity
fix(wrapEffect): set blendmode opacity.value
2 parents e9dfe7e + be734f5 commit d034be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const wrapEffect = <T extends EffectConstructor>(effect: T, defaults?: Ef
4444
<Component
4545
camera={camera}
4646
blendMode-blendFunction={blendFunction}
47-
blendMode-opacity={opacity}
47+
blendMode-opacity-value={opacity}
4848
{...props}
4949
ref={ref}
5050
args={args}

0 commit comments

Comments
 (0)