Hey!
I can’t get LiveViewNative
running the following error pops up when running
mix
.
== Compilation error in file lib/live_view_native/component.ex ==
** (CaseClauseError) no case clause matching: :text
(phoenix_live_view 1.0.4) lib/phoenix_live_view/tokenizer.ex:117: Phoenix.LiveView.Tokenizer.tokenize/5
lib/live_view_native/tag_engine.ex:33: LiveViewNative.TagEngine.handle_text/3
(eex 1.17.3) lib/eex/compiler.ex:317: EEx.Compiler.generate_buffer/4
expanding macro: LiveViewNative.Component.sigil_LVN/2
lib/live_view_native/component.ex:315: LiveViewNative.Component.csrf_token/1
could not compile dependency :live_view_native, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile live_view_native --force", update it with "mix deps.update live_view_native" or clean it with "mix deps.clean live_view_native"
I’m running the latest versions of everything.
Thank you!