You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build Error (broccoli-persistent-filter:Babel > [Babel: my-addon-name]) in my-addon-name/components/boom.js
/Users/me/apps/monorepo/packages/my-app/my-addon-name/components/boom.js: Property value expected type of string but got null
Removing the # (i.e. not using a private getter) results in a working build, as expected.
(I ran into this with a component that was located in an in-repo addon, when building the consuming application, but I did verify that it also occurs if using @cached in the consuming app directly.)
The text was updated successfully, but these errors were encountered:
Ember v3.24
polyfill v0.1.3
If I create a component that has a private getter, attempting to use the cached decorator results in a build error:
yields
Removing the
#
(i.e. not using a private getter) results in a working build, as expected.(I ran into this with a component that was located in an in-repo addon, when building the consuming application, but I did verify that it also occurs if using
@cached
in the consuming app directly.)The text was updated successfully, but these errors were encountered: