Dylan Wootton
Dylan Wootton
Lux is working in colab! As @charlie17 linked to, you need to enable custom widgets like: `from google.colab import output` `output.enable_custom_widget_manager()` [Sample Demo Colab Notebook](https://colab.research.google.com/drive/1Rayn4NabBTQV2CWuRl06lufZ07QyHgN7?usp=sharing)
Hi @balu4k I believe what you're looking for got merged here: https://github.com/microsoft/clarity/pull/66. I don't think it is in any docs right now, but this could point you in the right...
Any update with this by chance?
Addressing failed tests rn
Hmm no errors in editor, is there any known problems with the Node tests failing? 
The previous answer didn't work for me, but this did: const CategoryUl = styled.ul` display: flex; list-style: none; overflow-x: scroll; -ms-overflow-style: none; scrollbar-width: none; li + li { margin-left: 6px;...
+1 having same issue. Most recent release build and 0.9.14 both didn't work for me (1.1.3 for typing issues, 0.9.14 as I'm building a jupyter widget so NodeJS.inspectoptions was erroring)....
Based on the above, it's likely these would be provided but would be helpful for us to be public as well: getBoundingClientRect– useful for calculating whether or not an element...
Experienced the same issue. Clearing Local storage, session storage, and index DB via the devtools application tab seemed to resolve it for me. I encountered it running off of [the...
+1 would be helpful to have!