Skip to content

Conversation

@wouterlucas
Copy link
Contributor

mistakes where made

 this.maxRetryCount = props.maxRetryCount as number;

Setting the maxRetryCount from an unresolved props instead of resolvedProps isn't a great idea. This could lead to maxRetryCount is undefined and it goes in an infinite loop.

Also put the stop to check for retries up in the CoreNode to toggle entire node visibility and take it out of the render tree entirely (== cleaner)

@wouterlucas wouterlucas merged commit da1d536 into v2 Oct 2, 2025
2 checks passed
@wouterlucas wouterlucas deleted the fix/texture-retry branch October 3, 2025 19:31
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 this pull request may close these issues.

3 participants