Add support for native layouts #128
Annotations
3 errors and 8 warnings
Build and test:
test/live_view_native/live_view_test.exs#L28
test calling render/1 renders platform-specific templates inline (LiveViewNative.LiveViewTest)
|
Build and test:
test/live_view_native/components_test.exs#L8
test test_component/1 renders as expected (LiveViewNative.ComponentsTest)
|
Build and test
Process completed with exit code 2.
|
Build and test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
|
Build and test:
lib/live_view_native/layouts.ex#L91
variable "layout" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
lib/live_view_native/templates.ex#L29
variable "fallback" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Build and test:
test/support/test_live_view.ex#L1
ignoring template "/home/runner/work/live_view_native/live_view_native/test/support/test_live_view.html.heex" because the LiveView LiveViewNative.TestLiveView defines a render/1 function
|
Build and test:
lib/live_view_native/extensions/inline_render.ex#L3
this clause cannot match because a previous clause at line 3 always matches
|
Build and test:
lib/live_view_native/extensions/inline_render.ex#L3
this clause cannot match because a previous clause at line 3 always matches
|
Build and test:
lib/live_view_native/extensions/inline_render.ex#L3
this clause cannot match because a previous clause at line 3 always matches
|
Build and test:
test/mix/tasks/install_test.exs#L4
unused alias Install
|