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
I'm getting this error while using the react-tooltip-component on the server side.
/front/node_modules/react-tooltip-component/lib/Tooltip.js:188
container: document.body,
^
ReferenceError: document is not defined
at /Users/rloubradou/workspace/front/node_modules/react-tooltip-component/lib/Tooltip.js:188:18
Setting container: null fixes the issue, and the component is still functional.
The text was updated successfully, but these errors were encountered:
lbdremy
changed the title
Problem using react-tooltip-component on server side
Problem using react-tooltip-component on the server side
Mar 8, 2016
I'm getting this error while using the react-tooltip-component on the server side.
Setting container: null fixes the issue, and the component is still functional.
The text was updated successfully, but these errors were encountered: