Matt Felten

Results 16 issues of Matt Felten

We are running Typscript in Storybook 5 and I'm getting this when trying to set up this addon. ``` storybook: TS7016: Could not find a declaration file for module 'react-storybook-addon-props-combinations'....

Dependabot recently started barraging my project with PRs, and while useful, it's making release notes quite noisy. I can't seem to figure out how to remove dependabot PRs though. ```...

``` ```react|plain,light,span-3 state: { date: new Date(), } --- {state.date} ``` ^^ shows up as "new Date()", like it's turned into a string instead of generating a date. Saving `new...

So I'm trying to publish our `CHANGELOG.md` file as a page on our site. I'm using [lerna-changelog](https://github.com/lerna/lerna-changelog) to almost-automatically generate our changelogs on each release. The trouble is that it...

I'm using the Page component to make a page with a custom layout for the landing page of my Catalog site. I want to hide the Page Header so that...

I'm working on changing the sidebar to a dark color and the link hover state is really standing out. I didn't notice it with the default theme because the sidebar...

Is there a way to change the color legit is using for black? I know `allow_black_foreground` is a boolean to use either black (which doesn't show up on black bgs)...

It looks like there's a default `z-index` of 99 to all instances of react-stick. I need to raise that to a higher z-index in my project. Is there any way...

I updated the build script to include an `iconNames` array. I really want to do something like this: ``` import { iconNames } from '@heroicons/react/20/solid'; export const Icon = ({...

Just got the package working for my app and it was super easy. My issue is Storybook is not finding any of the aliases. I followed the [Storybook docs](https://storybook.js.org/docs/react/builders/vite#configuration) to...

enhancement
has workaround
working on it