refine
                                
                                 refine copied to clipboard
                                
                                    refine copied to clipboard
                            
                            
                            
                        [BUG] ShowButton does not pass meta params to useButtonCanAccess refine/inAntD
Describe the bug
the show button does not pass meta params to useButtonCanAccess.
Steps To Reproduce
For example I have some rule like this
can read if companyId matches. But useButtonCanAccess only passes id of resource. If I want to pass any paramter as companyId, it doens't work
Expected behavior
the meta params should be passed to useButtonCanAccess
Packages
@refinedev/antd @refinedev/core
Additional Context
No response