I have a question about CubismWebFramework

ERROR in framework/src/rendering/cubismrenderer_webgl.ts:126:11
TS2345: Argument of type 'typeof CubismClippingContext_WebGL' is not assignable to parameter of type 'ClippingContextConstructor'.
ngContext_WebGL'.
ngContext_WebGL'.
Types of parameters 'manager' and 'manager' are incompatible.
Type 'CubismClippingManager' is missing the following properties from type 'CubismClippingManager_WebGL': getMaskRenderTexture, setGL, setupClippingContext, getColorBuffer, and 7 more.
124 | */
125 | public constructor() {
> 126 | super(CubismClippingContext_WebGL);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
127 | }
128 |
129 | /**
0 ·
Comments
Thanks for using our products.
Are you using the latest version of Cubism SDK for Web (Cubism 5 SDK for Web R3)?
If not, please let us know the SDK version you are using.
Additionally, if you have modified the code after downloading the SDK, please let us know the details of those modifications.
Best regards.