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.