Open nolanlawson opened 4 months ago
Follow-up to #4358: we should remove static validationOptOut = ... entirely, since it's a no-op once we are doing automatic tracking of connectedCallback mutations on the element host.
static validationOptOut = ...
connectedCallback
It'd probably be good to do this after #4358 can bake a bit.
Follow-up to #4358: we should remove
static validationOptOut = ...
entirely, since it's a no-op once we are doing automatic tracking ofconnectedCallback
mutations on the element host.