react-fetching-library icon indicating copy to clipboard operation
react-fetching-library copied to clipboard

Fix Buffer is undefined for react-script 5.0.0

Open FrameMuse opened this issue 3 years ago • 1 comments

There is a error using react-script 5.0.0 image image

Fix:

  • npm i buffer
  • add import { Buffer } from "buffer" or:
  • use Uint8Array, it seems it works as Buffer in this case

FrameMuse avatar Feb 17 '22 13:02 FrameMuse

My temporary workaround was downgrading from react-scripts 5.0.1 to 4.0.3

ajfunelas avatar May 12 '22 07:05 ajfunelas