react-nodegui icon indicating copy to clipboard operation
react-nodegui copied to clipboard

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

Open jsilva23 opened this issue 2 years ago • 5 comments

[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)

jsilva23 avatar Sep 07 '21 17:09 jsilva23

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.

caph1993 avatar Oct 17 '21 13:10 caph1993

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

asjur avatar Jan 22 '22 00:01 asjur

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.

BuddyDudeDeveloper avatar Feb 20 '22 15:02 BuddyDudeDeveloper

Seems like this project is a bit unmaintained.

ProjectInfinity avatar Mar 03 '22 18:03 ProjectInfinity

This issue is still here.

ivxvm avatar Nov 02 '23 21:11 ivxvm