Unexpected token during mix ash_phoenix.gen.live
I'm creating a toy application for tracking weight lifting workouts. I have a
WeightType
resource that I want to create a LiveView for. When running the Ash Phoenix LiveView generator I'm getting the following error and having trouble tracking down where it comes from so I can fix it. Help?
6 Replies
yeah
should be
swap the } and ) at the end of the line 🙂
Oops! Can you open an issue on ash phoenix about this?
Sure.
GitHub
Syntax error in ash_phoenix.gen.live generated code. · Issue #100 ·...
Describe the bug I'm creating a toy application for tracking weight lifting workouts. I have a WeightType resource that I want to create a LiveView for. When running the Ash Phoenix LiveView ge...
Does this help? https://github.com/ash-project/ash_phoenix/pull/101
GitHub
Stray } by cro · Pull Request #101 · ash-project/ash_phoenix
Just remove a stray } in the LiveView generator.
yes, thanks!