Richard Hunter
Results
1
comments of
Richard Hunter
`react-docgen-typescript` recommends turning off `allowSyntheticDefaultImports` and `esModuleInterop` in your [configs for faster builds.](https://github.com/hipstersmoothie/react-docgen-typescript-plugin#usage) If you indeed have these turned off, but are doing something like: ```import React from 'react';``` In...