Danica Shen

Results 15 comments of Danica Shen

Thanks a lot @bohdanbirdie you saved me ! Can't wait to test when it's released ~

Hey @bohdanbirdie I wonder if it is babel setting, but when i run storyshots inside the /example src (aka create-react-app), i got this following error: Any ideas?

@bohdanbirdie Hi, So in my Icon component (inside the library), i imported the svg; and in example app, i imported Icon component along with pre-defined svgs. which means: ``` import...

Thanks @bohdanbirdie Eventually i abandoned storyshots and just append snapshots to component itself. Works for me. Thanks for your help !

> I got the same error. It works for me adding createClient option(`legecyMode: true`) and `connect()` together. > > ```js > import connectRedis from "connect-redis"; > ... > const redisClient...

Hey @brad-decker i was tracking the changes of this comparison and trying to figure out why the `isEqual` throws an error now. Since you were initializing the change in [this...

LGTM ! Smooth fix !