Batuhan Wilhelm

Results 173 comments of Batuhan Wilhelm

Hey @beg1c, assigned this issue to you.

@ThabithInivos please actually read PULL_REQUEST_TEMPLATE and try to understand what it says also fill information according to template.

Hey @davidwandar thanks for the PR. Please make sure to follow commit convention and create your PR with approriate title next time. https://refine.dev/docs/guides-concepts/contributing/#committing-your-work-and-preparing-a-pull-request

Hey @Cavdy thanks for the report! We'll check it and get back to you.

Hello @Cavdy could you give us a minimal reproducible example? While the report details are good, we can't easily understand the problem without the code.

Hey @fatmacann thanks for the report! We'll check it and get back to you.

Hello @fatmacann, you can use `useMenu` hook from `@refinedev/core` to get `selectedKey` and other useful data to render your custom sider. See the documentation here: https://refine.dev/docs/core/hooks/utilities/use-menu/#creating-a-menu

By the way, it could be a good improvement if we can pass `selectedKey` to render function here: https://github.com/refinedev/refine/blob/master/packages/antd/src/components/themedLayoutV2/sider/index.tsx#L185 Would you like to make a contribution for this one? Note:...

Hey @Vansh-Baghel, `selectedKey` is returning currently active route as you mentioned in `useMenu` hook. Right now users need to swizzle the related components and use `useMenu` hook to modify menu...

Hey @BenMusch thanks for the report! We'll check it and get back to you.