Open allthesignals opened 5 years ago
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.
desc
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 ember-decorators@5.1.4 and ember-source@3.8.
0.8.21
ember-decorators@5.1.4
ember-source@3.8
I used to be able to import this way:
But I get a runtime error about a
desc
being undefined.Did something get renamed between versions?