Сергей Савельев
Сергей Савельев
A simple opening of the application is not suitable.
Also this topic was touched on [the forum meteor](https://forums.meteor.com/t/how-te-set-action-buttons-in-raix-push-notification/34381).
It is important that this works when the application is closed. Cordova plugin is not suitable, because js does not work when the application is closed. It is necessary for...
@uadarsh ``` componentDidMount() { this.observer = new ResizeObserver(this.update); this.observer.observe( this.childRef.current ); } ``` Small amendment
Аналогичная проблема, до этой строки дело не доходит именно потому, что instanceRef устанавливается до рендера Placemark. 
Решил проблему отслеживанием instanceRef дочерних элементов: 
Make sure that there is a line in the .meteorignore file: `!webpack.prod.js`
I have the same problem

> I'm not sure as we don't use meteor anymore why? Meteor + React + Redux, is there something better? On the threshold of the 2 version, you are in...