LiveViewNative.Extensions (live_view_native v0.0.3)
This macro is largely responsible for upgrading a LiveView or Live Component
to a module that supports LiveView Native. This macro should not be directly
inherited by a LiveView or Live Component via use
; instead, those modules
should use LiveViewNative.LiveView
or LiveViewNative.LiveComponent
respectively.