Farhad Yasir
Farhad Yasir
@tenorok @adriankott I am currently wrapping things up in launching version 3 of the addon. I have seen @tenorok already raised a PR. I will include the changes in version...
@kglickman, this mock addon is not overriding the StoryShots.
@JohnAlbin thanks for raising your concern. I believe monorepo is not only for NPM packages but also to keep relevant repositories/projects into one and sometimes use the shared dependency. In...
@AlexandreSi This panel is registered at the beginning of the storybook config. If we want to hide it we have to do the re-registration every time there's a `withMock` decorator....
@josead > https://github.com/nutboltu/storybook-addon-mock/blob/master/src/utils/url.test.js#L17 this tests is saying that given a relative path it will always expect localhost to be the origin? So is not possible to host storybook's elsewhere and...
@gdhelp03 - this clear feature is not available in this component. - Which colour would you intend to change?
@chenhualihx I believe the ideal approach should be handling the clear option using props without any breaking changes. Your approach would be an option but the side effect is it...
@gdhelp03 can you include the error log in console log (if there's any)?
Can you please confirm it's not caused by `react-search-field` component? @gdhelp03
@awais6666 Thanks for raising this issue. It is causing due to the duplicate use of React. It is because of the webpack which doesn't exclude the react from the package...