Silouan Wright
Silouan Wright
I've been using this library for quite sometime, and I've always wanted to learn codeshift and make this happen: https://gist.github.com/reywright/e17ada1c068c972d410774b957ada75c https://astexplorer.net/#/gist/101109ef50bd59758e55975fb9aa31b6/769082c5c84f50844c7b0bf85a3a6e9f3692ed83 This is a very naive conversion that assumes you...
For reference, here's what it looks like if you create the implementation yourself using `onClickOutside` and the `hideOnEsc`. https://codesandbox.io/s/trusting-euler-1dck2?file=/src/App.js There's a bunch of not so convenient logic to create for...
Why do you say it's too late for an `onDismiss` function? It seems like if you add that, it can be called in all the places and scenarios that `onClickOutside`...
Wow this would be incredible. I love css modules but I don't like the idea of creating another file and creating directories for it... but I still want all of...
thank you @BookOfGreg & @ttanimichi for the all the responses This was actually due to user error. We were generating unique id's somehow in the components, causing a mismatch. Here's...
make some kickstarter / bountysource for adding support for this and I'll contribute.
I may also be getting this issue. All I see with MST, is the initial shape of the store data... but it doesn't update when actions are fired or anything.
``` AxiosError: Request failed with status code 500 ``` Getting the exact same error.
Exact same issue `7.0.0-alpha.42` I can confirm that running `npx storybook@future upgrade --prerelease` and being on the latest of everything does not fix the issue.
@not-an-aardvark did you do this inside server_rendering.js?  I'm curious exactly where you monkey patched this, especially with your usage of JSX. We're trying to do this inside server_rendering.js, and...