An ideal development experience is to show some kind of error during development. For example, a user may make a simple typo — divv instead of div — and would get no indication of what’s wrong. 2. Wrong attributes can be passed for valid elements Consider the following component usage: <MyComponent as="span" href="https://www.google.com"> Hello Wrong Attribute </MyComponent> A consumer can pass a
