Jackson Toomey

Results 3 comments of Jackson Toomey

+1 for match params into state

This is also happening to me

> @CEOSiyris, for now, instead of `InputFile.fromBuffer(buffer, 'name.png')` try this: > > ```js > new InputFile(Readable.from(buffer), "name.png", Buffer.byteLength(buffer)) > ``` I've tried this workaround and the issue is still occurring....