defineLive is a convenient way to implement automatic reloading in visual editing or presentation mode. However, it currently enforces automatic tagging and revalidation, with no way to disable these features. I only want to you use the live content api to facilitate content preview in presentation mode.
While @sanity/react-loader offers more control, defineLive is simpler to set up. It would be helpful if defineLive accepted options to disable tagging and/or revalidation. Alternatively, a helper function like defineLivePreview doing this would also be a great option!