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

TypeError: this.table_model is undefined #70

Closed
StefanBrand opened this issue Mar 18, 2022 · 1 comment
Closed

TypeError: this.table_model is undefined #70

StefanBrand opened this issue Mar 18, 2022 · 1 comment

Comments

@StefanBrand
Copy link

StefanBrand commented Mar 18, 2022

The error message TypeError: this.table_model is undefined appears in the Console under some circumstances when using jupyter-fs.

A reproducible example can be found here: jpmorganchase/jupyter-fs#129

const [thead, tbody] = [(this as any).table_model.header.table, (this as any).table_model.body.table] as HTMLTableSectionElement[];

@reoono
Copy link

reoono commented Apr 11, 2022

Since jpmorganchase/jupyter-fs#129 has been resolved and closed, I think we can close this one as well.

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