dwyl / dwyl/phoenix-todo-list-tutorial
Compilation error due to undefined function complete/1 in AppWeb.ItemHTML.
Open
- Dominant language
- Elixir
- Stars
- 209
- Forks
- 17
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 5
Description
I'm encountering a compilation error when running the project. The error message is as follows:
`error: undefined function complete/1 (expected AppWeb.ItemHTML to define such a function or for it to be imported, but none are available)%E2%94%8238 %E2%94%82
The error suggests that the complete/1 function is missing from the AppWeb.ItemHTML module, which is being called in the index.html.heex template file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.