#can i use hooks package without installing core package?
5 messages · Page 1 of 1 (latest)
I already use Mantine UI 6 but only want to update the forms and hooks package to version 7. Is it safe to update only these packages?
yes
no
mantine core depends on mantine hooks, the versions must be the same
hooks can be used without core, but core makes use of hooks internally, so it is required. 6 & 7 core/hooks have different internal versions with breaking changes, and are not compatible with each other