-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{{unique-id}}
helper is broken in 3.4.8
#1889
Comments
hello @jknight12882 |
|
thank you, that version should already have the built in unique-id helper do you have the polyfill instealled? are you using gjs/gts files? what is being rendered route template/components? |
Unfortunately not a public app. Works fine with return require('@embroider/compat').compatBuild(app, Webpack, {
staticAddonTestSupportTrees: true,
staticAddonTrees: true,
staticHelpers: true,
staticModifiers: true,
staticComponents: true,
packagerOptions: {
publicAssetURL: '<redacted>',
webpackConfig: {
devtool: 'source-map',
},
},
}); |
Also, not using the polyfill, using the ember-provided helper |
Also, we are using colocated components with the |
following up on this as |
Same issue here: |
Embroider imports embroider/packages/compat/src/resolver-transform.ts Lines 106 to 108 in 217e7a8
But that export was added in ember 5.2 emberjs/ember.js#20464. For older ember versions it's a built-in helper. |
should be fixed in 3.5.5 |
Looks related to the changes made in
@embroider/[email protected]
. Throws the following error when rendering a template with the{{unique-id}}
helperThe text was updated successfully, but these errors were encountered: