Upgrade uncharted_phoenix library to use heex format

Hi,

I’m trying to use uncharted_phoenix with the latest version of Phoenix and LiveView. I modified most of the files, and the code seems to be compiling, but installing it as a dependency inside a Phoenix project gives a compilation error.

Here is the updated code in my forked version - uncharted/uncharted_phoenix at master · abhinavs/uncharted · GitHub

I’m new to Phoenix LiveView and Elixir, and have primarily written application code. This is my first time updating a library code, and I’m stuck.

Thank you,
Abhinav

The compiler usually has pretty good diagnostics - can you post the specific error?