Closed Skwai closed 6 years ago
I find description in packages/ember-glimmer/lib/components/link-to.ts: on line 537: let currentWhen = get(this, 'current-when');
next line is if (typeof currentWhen === 'boolean') { return currentWhen; } and I assume that something wrong with type which was returned by getter.
updated current-when
boolean test https://github.com/emberjs/ember.js/pull/16167 it is passing
@Skwai we cannot reproduce this issue, can you please provide one?
@Skwai ping.
Closing this according to our triage policy. Please, provide a reproduction so we can follow up on this.
Thank you!
Running Ember 3.0.0-beta.1
The following does not work, despite the documentation stating that I can pass a
true
to thecurrent-when
attribute.