We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@transitive-bullshit after merging the #394 the newly added import 'ky-universal' breaks builds: https://github.com/NotionX/react-notion-x/actions/runs/11605079223/job/32314865994#step:5:46
import 'ky-universal'
I guess it would be easier to try instead to use ky 1.0.0 where ky-universal is not needed anymore.
ky-universal
It would mean that we need to bump the minimum supported node version to >=18 which supports native fetch.
The text was updated successfully, but these errors were encountered:
Update ky to 0.3->1.0, node 16->18 and add tsimp TS loader
8f7f7a8
After replacing got package with ky the builds started to fail. This fixes NotionX#572
Fixed by #571
Sorry, something went wrong.
No branches or pull requests
@transitive-bullshit after merging the #394 the newly added
import 'ky-universal'
breaks builds: https://github.com/NotionX/react-notion-x/actions/runs/11605079223/job/32314865994#step:5:46I guess it would be easier to try instead to use ky 1.0.0 where
ky-universal
is not needed anymore.It would mean that we need to bump the minimum supported node version to >=18 which supports native fetch.
The text was updated successfully, but these errors were encountered: