Results 3 issues of jaeming

Current Version of @graphql-codegen/cli does not work and will present the following on generating: ``` Found 1 error ✖ src/GraphQLTypes.re Error: Cannot use GraphQLDirective "@include" from another module or realm....

When using the Form component, hitting enter will trigger an on:submit but since there is no way to attach a `|preventDefault` to the event, it will cause a reload. The...

![inc prop](https://user-images.githubusercontent.com/2175262/162816085-bf838bc2-8f01-4fb4-bf39-e35c0c58a87e.png) The CardHeader component does not extend HTMLElementTagNameMap (neither 'div' nor 'h3') which causes native attributes to be identified as missing (see screenshot above). ``` export interface ICardHeaderProps {...