How to access custom helper/function on storybook?

273 Views Asked by At

js,

I want to ask how to access some custom function that I use on my components ?

Here my component Code : [see image here

1

Currently my component have 2 helper, and load from "../app/helpers"

Here my storiesbook for that component : see image here

2

And I got this error when running yarn storybook see image here

3

Please anyone can give me some advice for this problem ?

Thanks

0

There are 0 best solutions below