Let’s say I am working on a reusable element and it’s in the middle of being built and I want to come back to it later, but due to its state of development it is producing a bunch of errors/warnings.
Most importantly, it is not being used on any page yet.
In the meantime, I am updating the site and I want to push other updates to live, but having warnings is preventing this action. But the warnings are only for stuff that isn’t actually being used/displayed on any page whatsoever.
Is there a solution to this?
Thanks