Dylan Lundy
Results
2
issues of
Dylan Lundy
According to [MutationObserver MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/observe), calling `.observe()` without an options argument will throw a type error. The docs for the options type MutationObserverInit state that: ``` At a minimum, one...
This is something we required within our project as we have a Camera Preview view with a locked orientation where we manually rotate view elements to match the current device...