You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the component sandbox directory was created aggressively
each time a Droplet was instantiated. This caused issues because it
would happen during the detect phase and corrupt the file system for
the compile phase. This change removes the aggressive creation and
instead makes the directory the first time that the sandbox is
requested by a component.
[#62947962]
0 commit comments