Results 2 issues of pchmn

When using `shouldForwardProp` like this: ```ts setup( React.createElement, undefined, undefined, shouldForwardProp((prop) => { // Do NOT forward props that start with `$` symbol return prop["0"] !== "$"; }) ); ```...