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
As part of #200, we are disabling embroider-optimized tests to unblock our work. We started getting the following errors with the embroider-optimized tests with that PR:
test-app:test: [1] - message: ../node_modules/.pnpm/file+packages+ember-toucan-core_@[email protected]_chhstik6enqihwk47y4lzcbm7a/node_modules/@crowdstrike/ember-toucan-core/dist/components/form/controls/combobox.js: Module not found: Error: @crowdstrike/ember-toucan-core is trying to import from #embroider_compat but that is not one of its explicit dependencies
The suggestion was to attempt to upgrade pnpm and embroider dependencies to the latest as done in #205; however, we still have a few issues with those changes. In particular:
As part of #200, we are disabling embroider-optimized tests to unblock our work. We started getting the following errors with the embroider-optimized tests with that PR:
The suggestion was to attempt to upgrade
pnpm
andembroider
dependencies to the latest as done in #205; however, we still have a few issues with those changes. In particular:This is because we removed the
ensure-safe-component
helper as part of that PR.When adding back the
ensure-safe-component
helper, we get a new error from #206. You can view the full action log hereChatting with @simonihmig , it's thought that this issue may be related to embroider-build/embroider#1514, as it sound similar.
The outcome of this issue should be:
The text was updated successfully, but these errors were encountered: