Kaz
Kaz
I was having issues in octane but I was able to get a good workaround with custom validators. ``` import Component from '@glimmer/component'; import Changeset from 'ember-changeset'; import lookupValidator from...
Another breaking change is moving the [context.message](https://github.com/poteto/ember-changeset-validations/blob/master/addon/utils/validation-errors.js#L30) block after [this logic](https://github.com/poteto/ember-changeset-validations/blob/master/addon/utils/validation-errors.js#L24) which forces consumers to specify a `type` even when you plan on using `context.message` to get the validation message.
For what it's worth, I decided long ago to just go with a native HTML table with pagination.
Issue is no longer observed in v0.8.18
Is there a work around considering #550 ?
Works in production but not in development with ifa disabled, in development the prepend value is always "/"
Getting this error when ember-modal-dialog is in an addon on ember-cli 2.14 :(