Commit a240bbe
committed
fix(client): Fix React Native support
Use `nanoid/non-secure` for chat IDs because React Native doesn’t support the plain `nanoid` implementation. (Chat IDs are for convenience only so security is unimportant and due to the lack of persistence collisions are also relatively unlikely.)1 parent 6056482 commit a240bbe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments