Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Malformed view crashes the LVN Go app #204

@alykhanjetha

Description

@alykhanjetha

The following code works:

        <VStack :for={message <- @messages}>
            <Text><%= message.name %></Text>
            <Spacer/>
            <Text><%= message.content %></Text>
        </VStack>

The following will crash the app:

        <VStack :for={message <- @messages}>
            <Text alignment: .leadin><%= message.name %></Text>
            <Spacer/>
            <Text><%= message.content %></Text>
        </VStack>

Note the alignment: .leadin mistake I made.

The markup is definitely wrong, but the app shouldn't crash.

Metadata

Metadata

Assignees

Labels

0.4bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions