<!-- If your issue doesn't follow the templates provided, it will be closed without comment – no exceptions. For feature requests, please create a "Discussion" with the category "Ideas": https://github.com/jrgarciadev/tailwind-variants/discussions/new --> **Describe the bug** Hot reloading of classes is not working with nextjs with "use client"; It is working on server side without "use client"; [Repo link](https://github.com/adityaa72/tailwind-variant-nextjs) **To Reproduce** Steps to reproduce the behavior: 1. Start the project linked above 2. go to button.ts 3. change color secondary classname from bg-purple-500 to bg-red-500 4. the classnames don't reflect in the button **Expected behavior** I expected the styles to get reflected on hot reloading without doing page refresh **Desktop (please complete the following information):** - OS: Mac Os - Browser Firefox - Version 138