Script Load Warn
In the src/app/layout.jsx the script to load the Google Maps show the API key in the developers tools i.e. it is client side.
How to recreate this issue?
- open up the developers tools
F12 or inspect element
- see the console and element tab
Expected
The script should load on the server side.
Script Load Warn
In the
src/app/layout.jsxthe script to load the Google Maps show the API key in the developers tools i.e. it is client side.How to recreate this issue?
F12or inspect elementExpected
The script should load on the server side.