Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit 16c78ae

Browse files
committed
📚 Runtime config var backslash warning.
1 parent b648d4c commit 16c78ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ class App extends Component {
175175
}
176176
```
177177

178+
⚠️ *Avoid setting backslash escape sequences, such as `\n`, into Runtime config vars. Use literal UTF-8 values only; they will be automatically escaped.*
179+
178180
#### Add-on config vars
179181

180182
🤐 *Be careful not to export secrets. These values may be accessed by anyone who can see the React app.*

0 commit comments

Comments
 (0)