pyscript-react
pyscript-react copied to clipboard
[Bug]: dependencies broken
trafficstars
What happened?
seems like pyscript people has changed their CDN url:
from https://pyscript.net/latest/pyscript.js
to https://pyscript.net/snapshots/2024.9.2/core.js
Version
latest
Relevant log output
How to reproduce?
Click chrome.exe
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
seems like these variables are now required for backward compatibilities:
cssSrc="https://pyscript.net/releases/2023.05.1/pyscript.css"
jsSrc="https://pyscript.net/releases/2023.05.1/pyscript.min.js"
would be nice to see a ESM and 2024 version compatible upgrade of this library