Charles Lehnert

Results 18 comments of Charles Lehnert

I just updated to 0.92.3 and am still unable to import compressed keys. Is this planned for any forthcoming version?

Thanks for taking the time to look into this and for confirming. However, I am seeing some strange behavior that, to me, doesn't seem to be just the manual. I...

Yes, I did mean `.git-ftp-include`. At this point, I'm not including based on any files—just static includes using `!`. When I have includes like this: ``` !include/_inc/config.inc.php !include/vendor/ ``` They...

@Chaptykov , I realize this is an old issue, but where is the whitelist you mentioned? I see `reactModules` in `utils/isReactModuleName`, but adding `preact`, `preact-compat`, and/or` preact/compat` to that array...

It turns out, the `custom` name in my case was not due to `Preact` but instead because [PropTypes is not imported into each component](https://github.com/reactjs/react-docgen/issues/595).

Reverting to istanbul 0.4.4 did not solve the issue for me, either.

High Sierra (10.13.6) here, as well. 1.2.0 does not work properly on my system, either, after following the instructions to enable access in extensions, etc. I have verified this after...

I'm still seeing `Warning: findDOMNode is deprecated in StrictMode` using 3.8.0

~~I'm also seeing commitlint fail in our project with `Error: Cannot find module 'typescript'` as of v17.7.1.~~ My mistake--this was caused by another dependency in our package, `cz-conventional-changelog`, requiring an...

Instead of creating a new component wrapper, you can set the `displayName` of the component: `Component.displayName = 'Component';`. Unfortunately, I haven't found a config option to prevent this name replacement.