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

Copy of "root" into rendering path "documentRendering" can happen too early #34

Open
Sebobo opened this issue Aug 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Sebobo
Copy link
Member

Sebobo commented Aug 15, 2023

The root rendering path is copied in this package, but "when" this happens is a bit random based on the package loading order. This can causes issues with missing renderers, when another package is loaded after the DecoupledContentStore package and then modifies root.

documentRendering < root
@Sebobo Sebobo added the bug Something isn't working label Aug 15, 2023
@Sebobo
Copy link
Member Author

Sebobo commented Aug 17, 2023

One workaround is to disable the autoloading of the Fusion files and manually include them in a project from another Fusion file which allows one to make sure that all other packages have been loaded before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant