Marco
Marco
Hi there! I am using shortcut paths in my `tsconfig.json` file. For example: ```json { "compilerOptions": { ... "paths": { "@app/*": ["./src/*"], } } } ``` Paths are not expanded/resolved...
From the code the website url is `http://${bucketOutputs.name}.s3-website-${inputs.region}.amazonaws.com`. Shouldn't it be `http://${bucketOutputs.name}.s3-website.${inputs.region}.amazonaws.com`? ('.' instead of '-')
Hi! Thanks for this script. I tested on my Asus Flip C100PA. Install on SDCARD works. Install on INTERNAL Memory works without errors, but, when I reboot and CTRL-D to...
At the moment, forms are generated from mutations. However, building forms from input objects would be better and more flexible. Use cases * Form fields are a subset of the...
Now error message for required fields is hardcoded. https://github.com/Fundflow/apollo-redux-form/blob/master/src/validation.ts#L16 We should pass messages as props in such a way that we can change them depending of the locale of the...
We want to extend FormSectionProps in this way ``` export interface FormSectionProps { ... values?: any; onChange(values: any): void; onReset(): void; } ``` where values are the values of its...
SubmissionError is used for remote validation errors while we are treating it as a generic error. See http://redux-form.com/6.0.0-rc.1/docs/api/SubmissionError.md/
For example, I could use two types Credentials and LoggedInUser for input and output. It would be interesting to see if I can type check these types against GraphQL specs....
Demo deployed on GH pages https://fundflow.github.io/apollo-redux-form