fastn icon indicating copy to clipboard operation
fastn copied to clipboard

module and component name conflict when exporting

Open amitu opened this issue 2 years ago • 0 comments

If a module has this:

-- import: fastn-community.github.io/design-system/form/button
export: button

And is imported from another module, and they try to use .button, server freezes.

Current work around is to do something like this:

-- import: fastn-community.github.io/design-system/form/button as button-module
export: button

amitu avatar Dec 02 '23 14:12 amitu