ianhi / custom-ipywidget-howto

accumulated knowledge on how to make a custom jupyter widget
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

strictPropertyInitialization #8

Open ianhi opened 4 years ago

ianhi commented 4 years ago

mention adding this to tsconfig when you create elements inside the initialize method.

https://github.com/ianhi/ipysegment/blob/0127f5b9c71defc09201a093a8d511df62a771ba/tsconfig.json#L17

ianhi commented 4 years ago

It's in the cookiecutter now. But you have to be careful see this discussion: https://github.com/jupyter-widgets/widget-ts-cookiecutter/issues/74#issuecomment-656613526