Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page crashes on access #125

Closed
XzenTorXz opened this issue Aug 21, 2018 · 1 comment · Fixed by #131
Closed

page crashes on access #125

XzenTorXz opened this issue Aug 21, 2018 · 1 comment · Fixed by #131

Comments

@XzenTorXz
Copy link

steps to reproduce:

  • clone the repo
  • run meteor npm install
  • run meteor
    • the app is crashing because the babel package is missing. so meteor npm install --save babel-runtime
  • if you now access the page with a browser, the browser will crash (tested chrome and edge)

chrome shows following error:

ERROR RangeError: Maximum call stack size exceeded at callWithDebugContext (modules.js?hash=7bc91beee4429c4351a2c347334c5613bf8e37ba:25827) at Object.debugCreateComponentView [as createComponentView] (modules.js?hash=7bc91beee4429c4351a2c347334c5613bf8e37ba:25331) at createViewNodes (modules.js?hash=7bc91beee4429c4351a2c347334c5613bf8e37ba:24836) at callViewAction (modules.js?hash=7bc91beee4429c4351a2c347334c5613bf8e37ba:25187) at execComponentViewsAction (modules.js?hash=7bc91beee4429c4351a2c347334c5613bf8e37ba:25106) at createViewNodes (modules.js?hash=7bc91beee4429c4351a2c347334c5613bf8e37ba:24899) at callViewAction (modules.js?hash=7bc91beee4429c4351a2c347334c5613bf8e37ba:25187) at execComponentViewsAction (modules.js?hash=7bc91beee4429c4351a2c347334c5613bf8e37ba:25106) at createViewNodes (modules.js?hash=7bc91beee4429c4351a2c347334c5613bf8e37ba:24899) at callViewAction (modules.js?hash=7bc91beee4429c4351a2c347334c5613bf8e37ba:25187)

@XzenTorXz XzenTorXz changed the title page crashes on exit page crashes on access Aug 21, 2018
@georgyberdyshev
Copy link
Contributor

Hi @XzenTorXz,

this is fixed in #131

Georgy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants