Skip to content

Commit be734f5

Browse files
fix(wrapEffect): set blendmode opacity.value
1 parent e9dfe7e commit be734f5

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)