Switch cookie id to u32 as well

This commit is contained in:
2024-12-23 18:52:26 -06:00
parent 0c49eacd7f
commit f98c9ccc71
3 changed files with 10 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ const Demo = ({ class: className }: DemoProps) => {
session.
<br />
Your session is{" "}
<Emboldened skeletonWidth="0x1234567890ABCDEF" copyable={true}>
<Emboldened skeletonWidth="0x12345678" copyable={true}>
{id != null ? toHex(id) : null}
</Emboldened>
. You have{" "}