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

[BUGFIX] Restore nested paths on run and computed #19464

Merged
merged 1 commit into from Mar 17, 2021

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Mar 17, 2021

These values were previously nested on run and computed, and were
accessible from the imported versions of those values due to the fact
that they transformed to be the same as globals. They were used by a few
different consumers, but were not intended to be used this way.

This PR restores the previous behavior, but also deprecates it.

These values were previously nested on `run` and `computed`, and were
accessible from the _imported_ versions of those values due to the fact
that they transformed to be the same as globals. They were used by a few
different consumers, but were not intended to be used this way.

This PR restores the previous behavior, but also deprecates it.
@pzuraq pzuraq force-pushed the restore-nested-paths-on-run-and-computed branch from a55fc9d to bf750e7 Compare March 17, 2021 02:39
@pzuraq pzuraq merged commit dea8ac9 into master Mar 17, 2021
@pzuraq pzuraq deleted the restore-nested-paths-on-run-and-computed branch March 17, 2021 03:18
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.

None yet

2 participants