Sudhanshu Yadav

Results 15 issues of Sudhanshu Yadav

#### Describe the issue/change #### Add CodeSandbox link to illustrate the issue (If applicable) #### Describe specs for failing cases if this is an issue (If applicable) #### Describe the...

Are you sure your _setBrowserCssOnLoadSupport work ? Tried on latest chrome Instead you may try actually adding an onLoad event and see if that changes cssOnLoadSupport variable to true. Though...

When defaultExpandedKeys prop is provided the virtualisation breaks. On debugging looks like the issue is originated from this line. https://github.com/react-component/tree/blob/master/src/NodeList.tsx#L201 Where we are checking if expanded keys are changed, and...