File tree Expand file tree Collapse file tree
packages/ember-cli-fastboot/vendor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 var current = document . getElementById ( 'fastboot-body-start' ) ;
55
66 var _Ember = require . has ( 'ember' ) ? require ( 'ember' ) . default : window . Ember ;
7+ var _ViewUtils = require . has ( '@ember/-internals/views' ) ? require ( '@ember/-internals/views' ) : _Ember . ViewUtils ;
78
89 if ( current && ! _Ember ) {
910 console . error ( `Experimental render mode rehydrate isn't working because it couldn't find Ember via AMD or global.
@@ -13,8 +14,8 @@ See https://github.com/ember-fastboot/ember-cli-fastboot/issues/938 for the curr
1314
1415 if (
1516 current &&
16- typeof _Ember . ViewUtils . isSerializationFirstNode === 'function' &&
17- _Ember . ViewUtils . isSerializationFirstNode ( current . nextSibling )
17+ typeof _ViewUtils . isSerializationFirstNode === 'function' &&
18+ _ViewUtils . isSerializationFirstNode ( current . nextSibling )
1819 ) {
1920 _Ember . ApplicationInstance . reopen ( {
2021 _bootSync : function ( options ) {
You can’t perform that action at this time.
0 commit comments