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
Is your feature request related to a problem? Please describe.
Hi there,
sometimes I find it extremely difficult to properly debug base components in React Dev Tools due to lack of Display Name (I think this is it?). For smaller layouts it will not be an issue, however sometimes we can construct more complex ones using only components from theme-ui. Debugging those can be a little bit of pain as some sample React's component tree can look like:
Describe the solution you'd like
A little bit cleaner react's component tree to debug.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hi there,
sometimes I find it extremely difficult to properly debug base components in
React Dev Tools
due to lack ofDisplay Name
(I think this is it?). For smaller layouts it will not be an issue, however sometimes we can construct more complex ones using only components from theme-ui. Debugging those can be a little bit of pain as some sample React's component tree can look like:Describe the solution you'd like
A little bit cleaner react's component tree to debug.
The text was updated successfully, but these errors were encountered: