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

Failed assertion: 'sizeAccessAllowed' #8

Open
WeighingDog opened this issue Oct 11, 2024 · 1 comment
Open

Failed assertion: 'sizeAccessAllowed' #8

WeighingDog opened this issue Oct 11, 2024 · 1 comment
Labels
good first issue Good for newcomers waiting for user response Waiting for the user response to move forward

Comments

@WeighingDog
Copy link

when scroll it gives me this error:

RenderBox.size accessed beyond the scope of resize, layout, or permitted parent access. RenderBox can always access its own size, otherwise, the only object that is allowed to read RenderBox.size is its parent, if they have said they will. It you hit this assert trying to access a child's size, pass "parentUsesSize: true" to that child's layout() in RenderFractionalTranslation.performLayout.
Failed assertion: 'sizeAccessAllowed'

what's that?

@monster555 monster555 added the good first issue Good for newcomers label Oct 12, 2024
@monster555
Copy link
Owner

@WeighingDog could you please provide a reproducible sample code so I can better understand and address the problem?

@monster555 monster555 added the waiting for user response Waiting for the user response to move forward label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers waiting for user response Waiting for the user response to move forward
Projects
None yet
Development

No branches or pull requests

2 participants