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
[zorg] Gently pass through the IRenderables in factory.pathRelativeTo static method. (#222)
We can get `IRenderable` (util.Interpolate) into
`factory.pathRelativeTo()` from the builder configuration. We cannot
process IRenderables here because of lack of required data. Just gently
pass through that kind of arguments.
0 commit comments