Hey! I have a hook useOs which returns the OS type say undetermined | windows | mac however, In case of SSR this is causing an issue Error: Text content does not match server-rendered HTML. How do I ignore this Error or make this hook run accordingly?
Here is the code of useOs hook, I am using it from a library https://github.com/mantinedev/mantine/blob/master/src/mantine-hooks/src/use-os/use-os.ts