You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume this is because these exports are actually TS interfaces and should be exported using export type?
WARNING in ./node_modules/ember-link/index.js 1:0-75
export 'LinkParams' (reexported as 'LinkParams') was not found in './link' (possible exports: UILink, default, isQueryParams)
@ ./components/dropdown/actions/link/index.js 13:0-34 16:117-121
@ ./tests/integration/components/dropdown/actions/link-test.js 5:0-74 7:9-11
@ ./assets/test.js 32:13-85
WARNING in ./node_modules/ember-link/index.js 1:0-75
export 'UILinkParams' (reexported as 'UILinkParams') was not found in './link' (possible exports: UILink, default, isQueryParams)
@ ./components/dropdown/actions/link/index.js 13:0-34 16:117-121
@ ./tests/integration/components/dropdown/actions/link-test.js 5:0-74 7:9-11
@ ./assets/test.js 32:13-85
The text was updated successfully, but these errors were encountered:
bertdeblock
changed the title
Unfound exports under Embroider
Unfound exports LinkParams and UILinkParams under Embroider
Aug 16, 2022
I assume this is because these exports are actually TS interfaces and should be exported using
export type
?The text was updated successfully, but these errors were encountered: