YongYuH

Results 2 issues of YongYuH

# Description - Mutation events is a deprecated feature in [mutation event MDN docs](https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Mutation_events). Use [Mutation Observer](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) as a replacement api if the browser supports. - Fix warning in browser...

### Reproduction link https://codesandbox.io/s/rc-picker-playground-870j6?file=/src/App.tsx ### Steps to reproduce Pass `defaultPickerValue` only to `Picker` component is not working. (not with defaultValue) ### What is expected? Pass `defaultPickerValue only` to `Picker` component...