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
Apparently, the dynamicAttributes end up with undefined dependencies for deep object paths.
I'm afraid I haven't been able to dive deep enough to attempt a PR, yet. Sorry! But if you have any directions and feel like this would be a productive first contribution, I can certainly try. 👍
The text was updated successfully, but these errors were encountered:
Ah whoops! It's supposed to resolve the top-level property that corresponds to the deep path, but must be failing – off the top of my head, I would probably start here to try and understand why the dependencies aren't being resolved correctly. If it gets hairy though, even a reduced test case (like these) would be hugely appreciated. Thanks!
The REPL's output view is not updated when the selected gist is changed.
This seems to be caused because the compiler generates the following code for the
Element
:Apparently, the
dynamicAttributes
end up withundefined
dependencies for deep object paths.I'm afraid I haven't been able to dive deep enough to attempt a PR, yet. Sorry! But if you have any directions and feel like this would be a productive first contribution, I can certainly try. 👍
The text was updated successfully, but these errors were encountered: