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
Hi @cblavier, I would first report this to the slim repository, since everything seems to point out to not being a LiveView issue. If you can reproduce the issue using EEx though, then we will be glad to take a look at it. Thanks!
Environment
Actual behavior
Running test with a slim template fails with a
Diff.many_to_iodata/5
error:The exact same template converted in eex does not fail.
You can reproduce the error with the following repo: https://github.com/rlecostey/liveview_diff_issue
mix test
runs two tests: one with eex template and another with the slim template, only the latest triggers the errorI tried debugging within
Phoenix.LiveView.Diff
but I had a hard time figuring out how exactly this is working 😅Thanks for your help!
The text was updated successfully, but these errors were encountered: