File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module.exports = {
1010 * This is necessary for node modules that distribute their source code as uncompiled JS.
1111 */
1212 transformIgnorePatterns : [
13- 'node_modules/(?!(three|unist-.*|hast-.*|rehype-slug|remark-rehype|react-markdown|vfile.*|unified|bail|is-plain-obj|trough|remark-parse|mdast-.*|micromark.*|decode-named-character-reference|unist-.*|character-entities|property-information|space-separated-tokens|comma-separated-tokens)/)'
13+ 'node_modules/(?!(three|trim-lines|github-slugger| unist-.*|hast-.*|rehype-slug|remark-rehype|react-markdown|vfile.*|unified|bail|is-plain-obj|trough|remark-parse|mdast-.*|micromark.*|decode-named-character-reference|unist-.*|character-entities|property-information|space-separated-tokens|comma-separated-tokens)/)'
1414 ] ,
1515 modulePaths : [ '<rootDir>' ] ,
1616 moduleDirectories : [ 'node_modules' , '<rootDir>' ] ,
Original file line number Diff line number Diff line change @@ -459,9 +459,6 @@ export default class Scene {
459459 this . threeUUIDTojsonObject [ object . uuid ] = childObject ;
460460 this . computeIdToThree [ `${ currentId } --${ idx } ` ] = object ;
461461 childObject . id = `${ currentId } --${ idx } ` ;
462- if ( childObject . animate ) {
463- objectToAnimate . add ( `${ currentId } --${ idx } ` ) ;
464- }
465462 } else {
466463 const threeObject = new THREE . Object3D ( ) ;
467464 threeObject . name = childObject . name ! ;
Original file line number Diff line number Diff line change 1+ // src/components/data-display/SearchUI/index.tsx
You can’t perform that action at this time.
0 commit comments