Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question