Dan Greene

Results 109 comments of Dan Greene

@felixkeller98 I'd be interested to see the final config that you settled on. Can you share yours? From what I've seen, TypeScript and the Docs addon are not yet quite...

Is there any chance we can reopen this issue @strothj since I can reproduce it even when following the instructions in the readme and when I'm specifying the tsconfig path...

Update from before: when I disabled `@storybook/preset-create-react-app` from the addons section the Prop Types section was populated. So perhaps it was a conflict between the CRA config and my `webpackFinal`...

Update: I still can't find how to configure this for `react-docgen-typescript-loader`; however, for CSF it's pretty easy to do: ```ts import { Title, Subtitle, Description, Primary, Props, Stories, } from...

@strothj is there perhaps a configuration parameter we can pass in that would inform this library to also look in the dist directory?

Subscribing since this is a common pattern I use after a map

Here's a workaround: ``` // I wish I could just do the following: let result = ["", 3,null, undefined].filter(x => x != null); ``` Instead, you can do this: ```...

@scott-ho, I'd check out the approach @Hotell shared. I wish I could help you more, but I'm not familiar with rxJs yet. So I'm not really sure what `pipe()` and...

I know this is a difficult question to ask, but @tjanczuk shouldn't there be a plan to accept @agracio's fork as the dominant repo and to add him as the...

@afc163 since you merged the PR that caused the accessibility regression, can you please introduce one or more of the following preventative measures? - adopt an automated approach to accessibility...