Mohammad Ali Shahbazi
Mohammad Ali Shahbazi
Hi, thanks for your awesome extension. There's an issue that I ran into when trying to format a blade file that has `@props` in it. Here's an example of file:...
Hi, trying to install this package using npm but it seems like it has conflicts with react 18, here are the logs: ```log $ npm install react-custom-scrollbars-2 --save npm ERR!...
### Describe the bug Consider this: ```tsx import { useLogin } from "@refinedev/core"; const { mutateAsync: login, isLoading } = useLogin({ mutationOptions: { onSuccess(data) { console.log("Hey!"); }, }, }); ```...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s) linked...