We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b884c1 commit b3d2589Copy full SHA for b3d2589
vendor/experimental-render-mode-rehydrate.js
@@ -2,7 +2,7 @@
2
if (typeof FastBoot === 'undefined') {
3
var current = document.getElementById('fastboot-body-start');
4
5
- if (current && current.nextSibling.nodeValue === '%+b:0%') {
+ if (current && Ember.ViewUtils.isSerializationFirstNode(current.nextSibling)) {
6
Ember.ApplicationInstance.reopen({
7
_bootSync: function(options) {
8
if (options === undefined) {
0 commit comments