react-google-maps-api
react-google-maps-api copied to clipboard
Error when navigate from every page that integrating google to another one and vice versa Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
@nthieu1332002 Sorry, but I've never tested on nextjs. This library works only in client components. you should render it conditionally, preferable on user action, or useLayoutEffect. There is a gatsby.js example in the repo.