Kyle Sawatsky
Kyle Sawatsky
Is there a list anywhere of which components currently forward correctly and which ones need to be updated? Otherwise it's a bit inconvenient to have to try out or look...
Ah, my mistake. The documentation said `not all components support native ref forwarding` which sounded like some did. No worries. I assume this commonly comes up due to react-hook-form which...
Following up with a simpler test I did ``` statement: expression ; expression: identifier OP_PLUS subIdentifier ; subIdentifier: ID ; OP_PLUS: '+' ; DOLLAR: '$' ; fragment ALPHA : [A-Za-z]...
Apologies for the multiple posts. I've just read through the test cases for the simpleExpr grammar again and it appears that it doesn't suggest a rule until you actually start...