Open
Description
Bailing out when we encounter a spread operator is a choice. It reduces friction of implementation.
But it also hides errors. With an option to not bail on JSXSpreadOperator
, we force explicit prop definitions on composed components.
Make this option false
by default to maintain current behavior.