bustle / ember-mobiledoc-dom-renderer

Render mobiledoc documents in an ember app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error getting dom in FastBoot using Glimmer 2

josemarluedke opened this issue · comments

Hey there.

I'm getting an error when rendering mobiledoc in FastBoot with Ember >= 2.10 (which includes Glimmer 2).

There was an error running your app in fastboot. More info about the error:
 TypeError: Cannot read property 'document' of undefined
    at Class._renderMobiledoc (/Users/josemarluedke/Projects/Temp/mobiledoc-fastboot/dist/fastboot/vendor.js:93572:26)
    at Class.didReceiveAttrs (/Users/josemarluedke/Projects/Temp/mobiledoc-fastboot/dist/fastboot/vendor.js:93545:12)

Reproduction app is here: https://github.com/josemarluedke/mobiledoc-fastboot