ember-validated-form
ember-validated-form copied to clipboard
Embroider Support is broken
As of right now ember-validated-form does seem to work with embroider.
When using the validated-input component the following error occurs:
Uncaught (in promise) Error: Cannot find module 'ember-validated-form/components/validated-input/render'
The reason for that seems to be this importSync.
This can be reproduced:
- Create new ember application using embroider
- Add ember-validated-form
- Use the validated-input component
https://github.com/embroider-build/embroider/issues/1254