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
Describe the bug
As per the README file, I followed the instructions and tried to compile the project using yarn, however, I encountered an error when compiling:
src/Utils/messages-media.ts:212:106 - error TS2556: A spread argument must either have a tuple type or be passed to a rest parameter.
To Reproduce
Steps to reproduce the behavior:
Clone latest code
Run yarn
Expected behavior
Successfully compiles, and the example script can be run.
Environment (please complete the following information):
Should be bugging on all environments, but I am on MacOS Sonoma 14.2.1.
timothydillan
changed the title
[BUG]
[BUG] src/Utils/messages-media.ts:212:106 - error TS2556: A spread argument must either have a tuple type or be passed to a rest parameter.
Jan 20, 2024
Describe the bug
As per the README file, I followed the instructions and tried to compile the project using yarn, however, I encountered an error when compiling:
src/Utils/messages-media.ts:212:106 - error TS2556: A spread argument must either have a tuple type or be passed to a rest parameter.
To Reproduce
Steps to reproduce the behavior:
yarn
Expected behavior
Successfully compiles, and the example script can be run.
Environment (please complete the following information):
Should be bugging on all environments, but I am on MacOS Sonoma 14.2.1.
Additional context
PR to fix the issue: #599
The text was updated successfully, but these errors were encountered: