Craig Harshbarger

Results 36 comments of Craig Harshbarger

This will either be address as part of https://github.com/PrefectHQ/orion-design/issues/476 which is actively being worked on or it will be address as a follow up to that issue.

I'm also running into this same problem. I was able to hack a solution together that involved adding a `z-index` to the row the user is currently interacting with, and...

In the previous devtools version there was refresh button and if you hit that it would pick up vue apps that were manually mounted like this. Is that an option?...

@kikyous can you give a more detailed example? It seems like you're mounting an entire vue app which is what I'm doing. What is `app` and what context is `this`?

@Akryum it seems a little weird there isn't a way to handle this because devtools is aware at some extent of the component because if you use the select tool...

Same issue. Anyone looking into this?

I'm having a similar issue. According to the docs components can be recursive. But appears to be an issue when the recursion is circular. A -> B -> A vs...

Is #1107 the fix and this would prevent it from being broken again? Or are you saying this is no longer needed.