The docs mention that lazy hydration is implemented with `requestIdleCallback` but no version of safari supports this: [https://caniuse.com/?search=requestIdleCallback](https://caniuse.com/?search=requestIdleCallback) Does the framework adjust its behavior when running on safari or should we avoid using this option if we want to target iOS/Mac?