​Faizaan

Results 37 comments of ​Faizaan

@gknapp, there's minor error in your `.babelrc` ``` "env": { "production": { "plugins": [ "transform-react-remove-prop-types", { "removeImport": true } ] } } ``` should be ``` "env": { "production": {...

Are you sure this is coming from CRACO and not CRA itself? I remember setting up CRA in a project with both `tsconfig.json` and `jsconfig.json` and CRA threw out an...

IMO, I like coderunner-7 😄

Hi! I'd like to start work on this

Hi @lubien , is this ticket still open?

@jthure You can go ahead :) I don't think I'll have the time to take it anytime soon.

Do you think the current callback based API be completely replaced by a Promise-based API or they both exist simultaneously?