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
when loading oddsdk, uint8arrays tries to use multiformats/basics in bases.js
bases.js:42 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'bases') at bases.js:42:15
https://starboard.gg/gotjoshua/oddsdk-fission-esm-broken-nYw9yF3
something with packaging and bundling is not working, maybe its upstream in uint8arrays...
I can't use odd in starboard
different bundling strategy?
uint8arrays is used all over the place... https://github.com/search?q=repo%3Aoddsdk%2Fts-odd%20%20%20uint8arrays&type=code
To Reproduce try https://starboard.gg/gotjoshua/oddsdk-fission-esm-broken-nYw9yF3
The text was updated successfully, but these errors were encountered:
I was able to do some stuff in starboard with the UMD
https://starboard.gg/gotjoshua/oddsdk-fission-nB5JzFm
Sorry, something went wrong.
No branches or pull requests
Summary
when loading oddsdk, uint8arrays tries to use multiformats/basics in bases.js
https://starboard.gg/gotjoshua/oddsdk-fission-esm-broken-nYw9yF3
Problem
something with packaging and bundling is not working, maybe its upstream in uint8arrays...
Impact
I can't use odd in starboard
Solution
different bundling strategy?
Detail
uint8arrays is used all over the place...
https://github.com/search?q=repo%3Aoddsdk%2Fts-odd%20%20%20uint8arrays&type=code
To Reproduce
try
https://starboard.gg/gotjoshua/oddsdk-fission-esm-broken-nYw9yF3
The text was updated successfully, but these errors were encountered: