ef4 / prember

Prerender Ember apps with Fastboot at build time.
MIT License
195 stars 17 forks source link

0.2.2 breaks with fastboot and newer ember #17

Closed RobbieTheWagner closed 6 years ago

RobbieTheWagner commented 6 years ago

It renders the page twice and seems to be this issue https://github.com/ember-fastboot/ember-cli-fastboot/issues/565

It looks like it's because the fastboot dep is outdated.

RobbieTheWagner commented 6 years ago

Seems to fix itself if you make sure to force this to pull in latest fastboot. yarn upgrade fixed things for me 👍