aman sagar

Results 13 comments of aman sagar

Don't import any css everything works, i think the docs needs to be updated

I see, well actually i saw this weird behaviour on mantine website and ui.mantine as well, when i change the theme to dark and reload the page, the theme can...

ok thanks, is there any way to change this behaviour like using cookies

Thanks a lot @criscar1998 , worked for me!

In case anyone using firebase: ``` toast.promise( createUserWithEmailAndPassword(authInstance, email, password), { loading: "loading...", success: (result) => `success, ${result.user}`, error: (e) => `error ${e.message}`, } ); ```

I've added. Could you check @BatuhanW

@BatuhanW I've also updated the fn implementation [here](https://github.com/refinedev/refine/blob/77c5cc9962a92a6d82d5ae7b7db716c4eae13286/packages/utils/index.ts)

Hey @BatuhanW I tried to resolve this with a util function [here](https://github.com/refinedev/refine/pull/5378). Please let me know if that's the correct approach and i'll proceed with updating the code everywhere and...

@lukewalczak The AnimatedProgressBar example doesn't seem to work in my local environment. I've been trying to get it work since yesterday