Commit ab9267f
authored
Disable Elements unblinding in the server-side rendering environment (#466)
Attempting to access the URL hash fragment (`location.hash`) on the
server-side was causing an error, because it is not available there.
Unblinding should only be done on the client-side for privacy reasons
anyway, so this feature can be disabled entirely on the server-side.1 parent a9499f8 commit ab9267f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments