L
L
laborooptimus22019-11-01 23:13:51
Yandex maps
laborooptimus2, 2019-11-01 23:13:51

How to add NavLink inside balloonContentBody when using react-yandex-map?

It turns out to add the usual html markup like this:
{
geometry: [55.89469706885654,37.404455999999875],
properties: {
url:'/',
hintContent: 'hint',
balloonContentHeader: 'Header',
balloonContentBody: 'text',
balloonContentFooter: 'description'
},
modules: ['geoObject.addon.balloon', 'geoObject.addon.hint'],
}
so everything works and is displayed correctly. When I add a NavLink, it renders as plain text. Can you tell me how to add it?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question