### What problem does this feature solve? reactive() can not observe instance from subclass of Map/Set.... ### What does the proposed API look like? class SomeMap extends Map{}; const raw= new SomeMap(); const map = reactive(raw); <!-- generated by vue-issues. DO NOT REMOVE -->