You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon inspection of the logs, it appears that the issue stems from the response header containing an incorrect MIME type. Instead of the expected application/wasm, the response is returning application/text.
I've also experimented with incorporating the npm module directly into my React app. However, this approach failed due to the absence of fs, path and similar dependecies which are found in node environment and are not in the app. Should I try polyfilling these dependencies?
Request for Suggestions:
I would greatly appreciate any suggestions or guidance on resolving this issue.
The text was updated successfully, but these errors were encountered:
I'm encountering an issue while integrating a project into my React app. Specifically, I'm referring to issue #16 for guidance. To troubleshoot, I attempted to utilize https://github.com/petersalomonsen/javascriptmusic However, I'm facing difficulty loading the lg2.js and lg2.wasm files from https://unpkg.com/[email protected]/
Upon inspection of the logs, it appears that the issue stems from the response header containing an incorrect MIME type. Instead of the expected application/wasm, the response is returning application/text.
I've also experimented with incorporating the
npm
module directly into my React app. However, this approach failed due to the absence offs
,path
and similar dependecies which are found in node environment and are not in the app. Should I try polyfilling these dependencies?Request for Suggestions:
I would greatly appreciate any suggestions or guidance on resolving this issue.
The text was updated successfully, but these errors were encountered: