Skip to content

Commit

Permalink
hot fix for reconciler bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Apr 9, 2024
1 parent 3eef4d1 commit e3195f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/react-reconciler/reconciler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { supportedEventAttributes, supportedEventMap } from '../../events';
import { ImageTexture } from '../../spacial-content/image-texture';
import { version } from 'react';
import { Geometry } from '../../objects/geometry';
import { DefaultEventPriority } from 'react-reconciler/constants';
const DefaultEventPriority = 0b0000000000000000000000000010000;

function appendChild(parent: AtlasObjectModel<any, any>, child: any) {
if (parent && parent.appendChild && child) {
Expand Down

0 comments on commit e3195f3

Please sign in to comment.