👀 How to view component's internal state when using workspaces #2006
Unanswered
jd-solanki
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋🏻
I recently released a new version for my lib Anu that uses VitePress for docs.
I am using pnpm workspaces for the development of the lib. I am registering the lib as a plugin in VitePress and using the components.
However, While developing the components I can't access/view the internal state of the components. I can only view what props get passed to it like regular in-project components.
How can I view the component's internal state in devtool?
Beta Was this translation helpful? Give feedback.
All reactions