web | In src/pages/posts/edit_page.cr:13:27
web |
web | 13 | mount Shared::Field.new(f.title)#, &.text_input(autofocus: "true")
web | ^--
web | Error: no overload matches 'Shared::Field(T).new' with type Avram::Attribute(String | Nil)+
web |
web | Overloads are:
web | - Shared::Field(T).new(field : Avram::PermittedAttribute(T), **unused_exposures)
web | Couldn't find overloads for these types:
web | - Shared::Field(T).new(field : Avram::Attribute(String | Nil))
web | There was a problem compiling. Watching for fixes...