Seeing this in my app's error logs after adding headless-form:
Module not found: Error:
ember-headless-form is trying to import from ember-cached-decorator-polyfill but that is not one of its explicit dependencies
Using 1.0.0-beta.3
/docs-app/node_modules/ember-headless-form on popover [!?]
❯ cat package.json | jq '.version'
"1.0.0-beta.3"
Maybe this is an embroider whoopsie (I'm not using the classic build pipeline)
❯ ag cached-decorator --stats
0 matches
0 files contained matches
60 files searched
509375 bytes searched
0.007827 seconds
Seeing this in my app's error logs after adding headless-form:
Using 1.0.0-beta.3
Maybe this is an embroider whoopsie (I'm not using the classic build pipeline)