import React, { createContext } from 'react' export const PortalContext = createContext(false);