Once 0.9.0 is out with #81 in it, we will now have two options that you can pass in on a per-registration basis:
document.registerReact('some-component', SomeComponent, {
ignoreAttributeChanged: true,
useAttachedCallback: true,
})
Do we want a way for a user to be able to define the defaults?
import reactiveElements from '...'
reactiveElements.setDefaultOptions({ ... })
reactiveElements.register(...)