mmomtchev / rlayers

React Component Library for OpenLayers
ISC License
170 stars 34 forks source link

With React 18, dynamic styles are not always updated #270

Closed mmomtchev closed 2 months ago

mmomtchev commented 2 months ago

React 18 uses asynchronous rendering by default and <RStyle> elements with a render property do not always propagate their changes until the user pans or zooms the map.