jupyterlab / extension-examples

JupyterLab Extensions by Examples
BSD 3-Clause "New" or "Revised" License
439 stars 167 forks source link

`codemirror-extension` example fails to build #250

Closed firai closed 8 months ago

firai commented 8 months ago

Description

Running jlpm run build locally in the codemirror-extension example locally results in an error with the following message:

src/index.ts:46:25 - error TS18046: 'step' is of type 'unknown'.

46       if (line.number % step === 0) {
                           ~~~~

Found 1 error in src/index.ts:46

Context

JL 4 typical extension conda/mamba/micromamba setup, i.e., same setup as binder/environment.yml in the extension template.

welcome[bot] commented 8 months ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada: