ember-validated-form icon indicating copy to clipboard operation
ember-validated-form copied to clipboard

Embroider Support is broken

Open c0rydoras opened this issue 2 years ago • 1 comments

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

c0rydoras avatar Mar 03 '23 09:03 c0rydoras

https://github.com/embroider-build/embroider/issues/1254

anehx avatar Apr 26 '23 15:04 anehx