Håvard Lindset

Results 1 comments of Håvard Lindset

In case anyone is interested in a workaround: ```elixir defmodule FooWeb.Appsignal.UnhandledLiveViewHandleEventReporter do defmacro __using__(_options) do quote do @before_compile FooWeb.Appsignal.UnhandledLiveViewHandleEventReporter end end # the following is inserted at the bottom of...