Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read properties of null (reading 'endsWith') #1186

Open
capfsb opened this issue Sep 5, 2024 · 1 comment
Open

Cannot read properties of null (reading 'endsWith') #1186

capfsb opened this issue Sep 5, 2024 · 1 comment

Comments

@capfsb
Copy link

capfsb commented Sep 5, 2024

I got this bug when use virtual and set column width to null

Uncaught TypeError: Cannot read properties of null (reading 'endsWith')
    at parseColWidth (useWidthColumns.js:8:1)
    at useWidthColumns.js:26:1
    at Array.forEach (<anonymous>)
    at useWidthColumns.js:25:1
    at mountMemo (react-dom.development.js:17225:1)
    at Object.useMemo (react-dom.development.js:17670:1)
    at Object.useMemo (react.development.js:1650:1)
    at useWidthColumns (useWidthColumns.js:18:1)
    at useColumns (index.js:252:1)
    at Table (Table.js:158:1)
@afc163
Copy link
Member

afc163 commented Sep 5, 2024

Could you provide a reproduce?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants