scittle

Daniel Slutsky 2025-03-15T07:43:46.382639Z

Hi. The Scittle demo is currently unavailable due to unpkg outage. https://github.com/unpkg/unpkg/issues/412 I currently fail to use it with the alternative jsdlivr JS deps for react and react-dom. Possibly, this is because they are slightly different from the unpkg deps that were used to build Scittle -- just guessing.

✅ 1
borkdude 2025-03-15T09:46:30.874989Z

Did you try to pin the react version to a specific one?

borkdude 2025-03-15T09:47:32.251319Z

I think it should be version 17

borkdude 2025-03-15T09:57:59.473489Z

or 18 rather

borkdude 2025-03-15T10:02:06.775589Z

This page now works again: https://babashka.org/scittle/

borkdude 2025-03-15T10:03:02.871959Z

<script crossorigin src=""></script>
    <script crossorigin src=""></script>

borkdude 2025-03-15T10:07:21.955389Z

I elimated all unpkg links now

Daniel Slutsky 2025-03-15T11:17:26.014219Z

Oh, thank you so much. I tried 18, but not with that precise URL.