Description:
There is a general practice of using @ instead of ~ for path alias. Currently in our codebase, everywhere we have used ~. We need to change it to @. This is an application level change. Make sure the paths are set right so as any component will not break in storybook.
Please refer PR: #142 conversations between @samyakshah3008 @harshith-venkatesh and @yesyash for more insights.
Thanks to @yesyash for bringing out this discussion.
Description:
There is a general practice of using
@instead of~for path alias. Currently in our codebase, everywhere we have used~. We need to change it to@. This is an application level change. Make sure the paths are set right so as any component will not break in storybook.Please refer PR: #142 conversations between @samyakshah3008 @harshith-venkatesh and @yesyash for more insights.
Thanks to @yesyash for bringing out this discussion.