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
I think it should work without mel.string too (playground).
The expected behavior should be to warn when using mel.string with poly variants. It warns when mel.as is not used, but for some reason it doesn't warn when both mel.string and mel.as are used. I opened #778 to track the inconsistencies in alerts like that (see companion tests in the issue).
Combine mel.as in more places is indeed interesting, since would allow to idiomatically bind to JS with 0 cost.
An example of lowercasing them (a silly example)
The text was updated successfully, but these errors were encountered: