kadirahq / fast-render

Render you app even before the DDP connection is live. - magic?
MIT License
560 stars 80 forks source link

Exceptions in fast-render with meteor 1.1.0.3 #129

Closed Volodymyr-K closed 8 years ago

Volodymyr-K commented 8 years ago

The fast-render doesn't seem to be working well with the latest version of meter v1.1.0.3 I see lots of these errors in the browser console:

Error: Exception in template helper:

> Before: 92246ms (diff: 92246ms)
    at usePostMessage (setimmediate.js:111)
    at setimmediate.js:140
    at meteor.js?43b7958c1598803e94014f27f5f622b0bddc0aaf:415
    at meteor.js?43b7958c1598803e94014f27f5f622b0bddc0aaf:1086
3reporters.js?1438765664819:67 Error: Exception in template helper:

I debugged these errors and they seem to be happening when the browser processes the <script type="text/inject-data"> tag with the fast-render data.

Removing fast-render package or downgrading meteor makes the exceptions disappear.

arunoda commented 8 years ago

I tested with some apps and I couldn't replicate the issue. Can you work on a sample repo.

On Wed, Aug 5, 2015 at 2:45 PM Volodymyr Kachurovskyi < notifications@github.com> wrote:

The fast-render doesn't seem to be working well with the latest version of meter v1.1.0.3 I see lots of these errors in the browser console:

Error: Exception in template helper:

Before: 92246ms (diff: 92246ms) at usePostMessage (setimmediate.js:111) at setimmediate.js:140 at meteor.js?43b7958c1598803e94014f27f5f622b0bddc0aaf:415 at meteor.js?43b7958c1598803e94014f27f5f622b0bddc0aaf:1086 3reporters.js?1438765664819:67 Error: Exception in template helper:

I debugged these errors and they seem to be happening when the browser processes the Githubissues.

  • Githubissues is a development platform for aggregating issues.