etherpad-lite-client-js icon indicating copy to clipboard operation
etherpad-lite-client-js copied to clipboard

querystring error

Open hirisov opened this issue 1 year ago • 0 comments

I get the following error when trying to use this package in a Vue3 project:

browser-external:querystring:9 Uncaught (in promise) Error: Module "querystring" has been externalized for browser compatibility. Cannot access "querystring.stringify" in client code. at Object.get (browser-external:querystring:9:13) at api.call (main.js:40:59)

Maybe the solution would be something similiar to:

https://github.com/bzarras/newsapi/pull/48/commits/3ca57d2abb480577ae0e7f0d55eed9c3431a409b

hirisov avatar Feb 17 '23 20:02 hirisov