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
The LiveError component is useful for displaying compilation errors. But the LiveEditor component could be even more useful if it showed inline errors. For example:
Current UI
Potential UI
This support could probably be added in such a way that is not dependent on a specific compiler/toolchain. For example, LiveEditor could expose an additional prop errors that looked something like this:
The
LiveError
component is useful for displaying compilation errors. But theLiveEditor
component could be even more useful if it showed inline errors. For example:Current UI
Potential UI
This support could probably be added in such a way that is not dependent on a specific compiler/toolchain. For example,
LiveEditor
could expose an additional properrors
that looked something like this:This issue is just being opened for discussion and is a follow-up from facebook/react/issues/11094 and reactjs/react.dev/issues/10
The text was updated successfully, but these errors were encountered: