You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: svg.selectAll(...).data(...).join(...).on(...).attr(...).transition is not a function and TypeError: Cannot read property 'name' of undefined
#4
Open
smanihwr opened this issue
Jun 11, 2021
· 1 comment
Getting this error while running branch locally (12-geo branch)
TypeError: svg.selectAll(...).data(...).join(...).on(...).attr(...).transition is not a function
once I comment transition() method, map renders fine. But when I click any country getting below error
TypeError: Cannot read property 'name' of undefined
The text was updated successfully, but these errors were encountered:
smanihwr
changed the title
TypeError: svg.selectAll(...).data(...).join(...).on(...).attr(...).transition is not a function
TypeError: svg.selectAll(...).data(...).join(...).on(...).attr(...).transition is not a function and TypeError: Cannot read property 'name' of undefined
Jun 11, 2021
Getting this error while running branch locally (12-geo branch)
TypeError: svg.selectAll(...).data(...).join(...).on(...).attr(...).transition is not a function
once I comment transition() method, map renders fine. But when I click any country getting below error
TypeError: Cannot read property 'name' of undefined
The text was updated successfully, but these errors were encountered: