salesforce / lwc

⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation
https://lwc.dev
Other
1.64k stars 393 forks source link

Remove `validationOptOut` for manual opt-outs of hydration mismatch validation #4370

Open nolanlawson opened 4 months ago

nolanlawson commented 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.

nolanlawson commented 4 months ago

It'd probably be good to do this after #4358 can bake a bit.