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
Checking out this project and it looks really interesting.
Unfortunately, I ran into an issue where having a verified route from the latest Phoenix release always causes
lib/_/web/live/__live.ex: The operator '==' on line __ requires arguments of compatible types.
However, it has arguments of type binary() and binary()
The relevant code is simply a HEEx template with ~p"/dashboard" on the offending (to Gradient) line. I haven't dug into the specifics of verified routes, so that's all I got for now.
The text was updated successfully, but these errors were encountered:
The arguments of type binary() and binary() part looks really puzzling, indeed. It seems to be an upstream (Gradualizer) bug, but we'll have to dig into it to tell with certainty. Thanks for raising this!
erszcz
added
bug
Something isn't working
triage
Needs assessment whether a bug, enhancement, duplicate, ...
labels
Dec 22, 2022
Hi!
Checking out this project and it looks really interesting.
Unfortunately, I ran into an issue where having a verified route from the latest Phoenix release always causes
The relevant code is simply a HEEx template with
~p"/dashboard"
on the offending (to Gradient) line. I haven't dug into the specifics of verified routes, so that's all I got for now.The text was updated successfully, but these errors were encountered: