gribnoysup / react-yandex-maps

Yandex Maps API bindings for React
MIT License
327 stars 116 forks source link

Fixed ObjectManager filter changing #228

Closed declspec-cdecl closed 4 years ago

declspec-cdecl commented 4 years ago

After migrating from 2.3 I've found that ObjectManager filter changing code has stopped fulfilling its duties. Investigation has shown that instance.options.set(newFilter) does absolutely nothing to change filter in this case. Code below fixes the problem.