|
@@ -193,7 +193,6 @@ export const nodeOps: RendererOptions<TresObject, TresObject | null> = {
|
|
|
let root = node
|
|
|
let key = prop
|
|
|
if (key === 'object' && prevValue !== null) {
|
|
|
- console.log('patchProp', { prop, prevValue, nextValue, node })
|
|
|
// If the prop 'object' is changed, we need to re-instance the object and swap the old one with the new one
|
|
|
const newInstance = nodeOps.createElement('primitive', undefined, undefined, {
|
|
|
object: nextValue,
|