State-driven background and background-color cannot co-exist
Closed this issue · 1 comments
mortenbroesby commented
Background and background-color cannot co-exist with one or more subscriptions to ‘colour-variable(s)’ in state.
Example:
background: { $: 'style.bgGradient' }, // -webkit-radial-gradient(center right,ellipse farthest-side, red, blue)
backgroundColor: { $: 'style.bgColor' }, // green
jimdebeer commented
i think this is a js inline style limitation