Closed alexzhang1030 closed 1 year ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit d144984b708f4b22fdc077e425b2194bd4b7ca23:
Sandbox | Source |
---|---|
jolly-wave-23lpjt | Configuration |
Ground reflections and video textures | Configuration |
arc-x-pmndrs-colors | Configuration |
typescript has no problems with this right ?
typescript has no problems with this right ?
Yeah, tsc works well
i changed one loadash.assign
to Object.assign
should be fine right ? https://github.com/pmndrs/drei-vanilla/commit/6cda8252fc6d374802913a80c816566c97bf9143
i changed one
loadash.assign
toObject.assign
should be fine right ? 6cda825
I have merged the main branch, and no issues arose.
:tada: This PR is included in version 1.11.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Why
The console will print warning messages if using
shaderMaterial
Cause we use
assign
to mergeparameters
andThree.ShaderMaterial
. There is no need to usesuper(...parameters)
What
Checklist