I've found in React's code & tests a special prop - is, but I can't find any explanation what it does & why it's there (except what I can read from the source itself). It seems its related to webcomponents support and probably should be mentioned in section describing it.
I've found in React's code & tests a special prop -
is, but I can't find any explanation what it does & why it's there (except what I can read from the source itself). It seems its related to webcomponents support and probably should be mentioned in section describing it.