#can i use hooks package without installing core package?

5 messages · Page 1 of 1 (latest)

misty breach
#

The website for the forms package clearly mentions that it can be used independently. For the hooks package it is not mentioned but on internet, there is some answers that say that hooks can be used independently, so wanted to confirm here?

#

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?

agile sable
#

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