R1ZEN / react-yandex-maps

Yandex.Maps API bindings for React (fork https://github.com/gribnoysup/react-yandex-maps)
https://pbe-react-yandex-maps.vercel.app
MIT License
120 stars 19 forks source link

Defaultprops deprecated #67

Closed master4o closed 11 months ago

master4o commented 1 year ago

Warning: Unknown: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.

Стоит ли ждать обновления?)

R3flector commented 11 months ago

Joining the question, this warning in the console log is irritating to the eye

shimprog commented 11 months ago

Кто-нибудь нашел элегантное решение данной проблемы? )

master4o commented 11 months ago

По всей видимости, просто легче создать свою обертку и настроить, как нужно, обращаясь ко встроенным методам напрямую.

https://yandex.ru/dev/jsapi30/doc/ru/dg/concepts/general#react

R3flector commented 9 months ago

Up!