Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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. #600

Closed
timothydillan opened this issue Jan 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@timothydillan
Copy link
Contributor

timothydillan commented 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:

  1. Clone latest code
  2. 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.

Additional context
PR to fix the issue: #599

@timothydillan timothydillan added the bug Something isn't working label Jan 20, 2024
@timothydillan 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants