We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d00889 commit 76a0c52Copy full SHA for 76a0c52
src/index.js
@@ -22,6 +22,14 @@ async function render () {
22
if (initialData && process.env.NODE_ENV !== 'production') {
23
console.log('intialising store with data from cache', initialData)
24
}
25
+ console.log(
26
+ '%cStop!',
27
+ 'color: red; font-size: 40px; font-weight: bold; text-shadow: 2px 2px 0 black;'
28
+ )
29
30
+ '%cThis is a browser feature intended for developers. If someone told you to paste something here, they might be trying to steal your data!',
31
+ 'color: black; font-size: 16px; font-weight: bold; background: yellow; padding: 4px; border-radius: 4px;'
32
33
const store = getStore(initialData)
34
ReactDOM.render(
35
<Provider store={store}>
0 commit comments