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

react nodegui call stack exceeded error when using GridView/ BoxView components #359

Open
jsilva23 opened this issue Sep 7, 2021 · 5 comments

Comments

@jsilva23
Copy link

jsilva23 commented Sep 7, 2021

[email protected] start
qode ./dist/index.js

The above error occurred in the component:
in gridview (created by App)
in mainwindow (created by App)
in App

Consider adding an error boundary to your tree to customize error handling behavior.
Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
/home/jsilva/Documents/react-nodegui-starter/dist/index.js:37888
throw error;
^

RangeError: Maximum call stack size exceeded
at RNGridView.get layout [as layout] (/home/jsilva/Documents/react-nodegui-starter/dist/index.js:18051:15)
at RNGridView.get layout [as layout] (/home/jsilva/Documents/react-nodegui-starter/dist/index.js:18052:21)
at RNGridView.get layout [as layout] (/home/jsilva/Documents/react-nodegui-starter/dist/index.js:18052:21)
at RNGridView.get layout [as layout] (/home/jsilva/Documents/react-nodegui-starter/dist/index.js:18052:21)
at RNGridView.get layout [as layout] (/home/jsilva/Documents/react-nodegui-starter/dist/index.js:18052:21)
at RNGridView.get layout [as layout] (/home/jsilva/Documents/react-nodegui-starter/dist/index.js:18052:21)
at RNGridView.get layout [as layout] (/home/jsilva/Documents/react-nodegui-starter/dist/index.js:18052:21)
at RNGridView.get layout [as layout] (/home/jsilva/Documents/react-nodegui-starter/dist/index.js:18052:21)
at RNGridView.get layout [as layout] (/home/jsilva/Documents/react-nodegui-starter/dist/index.js:18052:21)
at RNGridView.get layout [as layout] (/home/jsilva/Documents/react-nodegui-starter/dist/index.js:18052:21)

@caph1993
Copy link

Same here. In my app, when I replace View with BoxView to set custom direction, the same error is thrown. I must stick to View while this bug is fixed.

For the developers, you may recreate the issue simply by running this example from the documentation.

@asjur
Copy link

asjur commented Jan 22, 2022

This is still an issue, occurred with both BoxView and GridView.

@buddydudeio
Copy link

This is still an issue, occurred with both BoxView and GridView.

I'm also having the same issue as of the time of posting this. If it's us, a little direction from the devs would be helpful.

@ProjectInfinity
Copy link

Seems like this project is a bit unmaintained.

@ivxvm
Copy link

ivxvm commented Nov 2, 2023

This issue is still here.

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

No branches or pull requests

6 participants