Skip to content
Commit 6a2606dc authored by Jack Hill's avatar Jack Hill
Browse files

MenuItem: Fix TypeError: Cannot read property '*Padding' of null

The problem was setting `checkIndicator.control` after the component had
been loaded, so its properties were trying to be read when it was still
null.

It seems we cannot simply write `control: control` inside of a Component
due to scoping issues. It results in a binding loop error. Instead we
define the alias `controlRoot` and use that.
parent 7e085bd6
Pipeline #502569 passed with stage
in 46 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment