fastn
fastn copied to clipboard
module and component name conflict when exporting
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