jaeming
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...
 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 {...