import React, {CSSProperties} from 'react'; export const AuthFailureMessage = () => { const style: CSSProperties = { position: 'absolute', top: 0, left: 0, bottom: 0, right: 0, zIndex: 999, display: 'flex', flexFlow: 'column nowrap', textAlign: 'center', justifyContent: 'center', fontSize: '.8rem', color: 'rgba(0,0,0,0.6)', background: '#dddddd', padding: '1rem 1.5rem' }; return (
A problem with your API key prevents the map from rendering correctly.
Please make sure the value of the APIProvider.apiKey prop
is correct. Check the error-message in the console for further details.