not-eq has unknown reexport
makepanic opened this issue · 1 comments
makepanic commented
Hi,
I noticed the following due to a warning from embroider.
app/not-eq
tries to reexport notEq
from addon/not-equal
.
addon/not-equal
only exports notEqualHelper
.
This means that there's an export happening that doesn't exist.
Would you be ok with renaming notEqualHelper
into notEq
? This should fix the warning.
We could also add an alias export notEqualHelper
to still be backwards compatible.
If that's ok, I could open a PR.
locks commented
Fixed by linked commit!