You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
@vinomaster hit this problem on his demo notebook. If we do something like
or
They are getting sent to the browser as strings. We cannot then use them as expected in a
<template is='dom-if'>
.The problem is https://github.com/jupyter-incubator/declarativewidgets/blob/master/kernel-scala/src/main/scala/urth/widgets/util/SerializationSupport.scala#L27 is missing a case of Boolean and converting to JsBoolean.
/cc @wellecks
The text was updated successfully, but these errors were encountered: