#@mantine/hooks error

7 messages · Page 1 of 1 (latest)

unreal meadow
#

hey man i think you should check immediately mantine hooks on v7.3.1 version it seems something is wrong. i got this error

TypeError: (0 , mantine_hooks__WEBPACK_IMPORTED_MODULE_2_.useFullscreen) is not a function

and after i check the source code it seems to be empty (?)

candid dome
unreal meadow
#

yes

candid dome
#

do you have use client at the top of the file?

hooks are clientside only features, you cannot use a client side only call that executes web browser code on the server

unreal meadow
#

i do not add use client

candid dome
unreal meadow
#

oh my bad