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
The linter also raises an error in that component.jsx file. I've tried explicitly loading that plugin in the babel config in ember-cli-build.js, but to no avail.
The text was updated successfully, but these errors were encountered:
I'm doing the following:
creating a new
app/components/foo-bar/component.jsx
:But ember chokes on a
Build Error (ReactFilter)
when it gets to the class property definition in the component.I'm on ember 3.10:
The linter also raises an error in that component.jsx file. I've tried explicitly loading that plugin in the
babel
config inember-cli-build.js
, but to no avail.The text was updated successfully, but these errors were encountered: