You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: reflect.Value.MapIndex: value of type int is not assignable to type string
goroutine 27183 [running]:
reflect.Value.assignTo({0x1000620?, 0x1b13820?, 0xc0005348d0?}, {0x11ee87f, 0x16}, 0x10010e0, 0x0)
/usr/local/go/src/reflect/value.go:3064 +0x2ac
reflect.Value.MapIndex({0x1049700?, 0xc000d9c540?, 0xc0008feb40?}, {0x1000620, 0x1b13820, 0x82})
/usr/local/go/src/reflect/value.go:1609 +0xed
github.com/gobuffalo/plush/v4.(*compiler).evalAccessIndex(0x10071?, {0x1049700?, 0xc000d9c540?}, {0x1000620?, 0x1b13820?}, 0xc0004f87e0)
/home/------/----/pkg/mod/github.com/gobuffalo/plush/v4@v4.1.17/compiler.go:323 +0x18a
The text was updated successfully, but these errors were encountered:
This code panics:
The text was updated successfully, but these errors were encountered: