argument
argument copied to clipboard
What happened to importing `type`?
I used to be able to import this way:
import {
type,
oneOf,
arrayOf,
shapeOf,
unionOf,
optional,
} from '@ember-decorators/argument/type';
But I get a runtime error about a desc being undefined.
Did something get renamed between versions?
Are you using the beta release or the latest stable?
I'm seeing the same using 0.8.21 (latest stable) with [email protected] and [email protected].