You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2023/01/11 03:27:29 UTC

[GitHub] [superset] andrey-hohlov commented on pull request #21641: fix(superset-embedded-sdk): Buffer is not defined

andrey-hohlov commented on PR #21641:
URL: https://github.com/apache/superset/pull/21641#issuecomment-1378196299

   > any chance there will be a new release in the near future? if not, is there a workaround for a browser environment?
   
   @eduus710 we use this for now:
   
   https://www.npmjs.com/package/buffer
   
   ```js
   import { Buffer } from 'buffer';
   
   window.Buffer = Buffer;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org