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

Delay retrieving context for conditions #19271

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Conversation

paescuj
Copy link
Member

@paescuj paescuj commented Jul 27, 2023

Fixes #19259

In the production build of the app the browser freezed when the context of field store was retrieved and then passed to the system interface options component. Passing the function instead and do the retrieving in the interface component itself fixes the issue.

@changeset-bot
Copy link

changeset-bot bot commented Jul 27, 2023

🦋 Changeset detected

Latest commit: 872c320

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@directus/app Patch
@directus/api Patch
directus Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@paescuj paescuj added this to the Next Release milestone Jul 27, 2023
@paescuj paescuj requested review from rijkvanzanten, a team, br41nslug and jaads and removed request for a team July 27, 2023 16:24
@rijkvanzanten rijkvanzanten merged commit 84cbc31 into main Jul 27, 2023
6 checks passed
@rijkvanzanten rijkvanzanten deleted the fix-condition-context-pass branch July 27, 2023 17:51
br-rafaelbarros pushed a commit to personal-forks/directus-source that referenced this pull request Nov 7, 2023
* Delay retrieving context for conditions

* Add changeset
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Screen freezing when clicking "Create New" button in any field "condition" in version 10.5.1
2 participants