onClick dont open an Dialog

Hy,

i have this code:

val handleStart: MouseEventHandler<HTMLButtonElement> = {
        this.child(Start.create())
    }
...
Button {
    onclick=handleStart
}

but the Start FC doestn open. Can anyone help me please?

Br
Mike