sparse-intern-71089
12/20/2018, 8:47 PMfaint-motherboard-95438
12/20/2018, 9:38 PMundefined
because of an error I did, but there was no clue at all about it. Maybe you should ensure when someone sets a provider(s)
value in the opts
of a component it is defined in since there’s no point to provide an undefined value voluntarily here.white-balloon-205
x: undefined
is treated the same as leaving x
out of the object in the first place. This helps with compositionally. We'd be violating that equivalence if we errored in this case. Probably still worth doing that though to make this easier to discover/debug.faint-motherboard-95438
12/21/2018, 9:05 AMkubectl
config if there’s no provider).