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

fix(reference): infinite loop on permisson check for cross space references [] #1821

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

chrishelgert
Copy link
Contributor

No description provided.

@chrishelgert chrishelgert requested a review from a team as a code owner January 15, 2025 07:13
// eslint-disable-next-line react-hooks/exhaustive-deps -- TODO: Evaluate the dependencies
}, [availableContentTypes]);
}, [availableContentTypes, creatableContentTypes]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is a Typo and the var should be called createableContentTypes ? Or was that there before

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's everywhere in this file without e after creat 🙈

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have the same working everywhere :/ so maybe not working fixing it now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💔 i see, then we will live with it!

@chrishelgert chrishelgert merged commit d954bfa into master Jan 15, 2025
16 checks passed
@chrishelgert chrishelgert deleted the fix/infinite-loop branch January 15, 2025 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants