josemarluedke / frontile

Component Library for Ember Octane apps
https://frontile.dev
MIT License
55 stars 21 forks source link

Live demo in ChangesetForm documentation page is broken #323

Closed MichalBryxi closed 1 week ago

MichalBryxi commented 1 week ago

The error reads:

Error: Could not find module `@ember/string` imported from `ember-changeset-validations/utils/messages`
MichalBryxi commented 1 week ago

Wanted to help with this, but until #324 is resolved I don't think I will be of any use :-/

josemarluedke commented 1 week ago

I have see this error in some projects, the solution is to downgrade @ember/string to v3, v4 causes this error.