On clicking 'Generate New Ideas' it shows a pop up TypeError: Cannot read properties of undefined (reading 'instructions')
In MainPage.tsx on await generateNewIdeas() it shows the following error :
Expected 1 arguments, but got 0.ts(2554)
types.ts(7, 6): Arguments for the rest parameter 'args' were not provided
How do I resolve this? btw great blog and gg till now!
hmm it seems like its actually an issue with the rettiwt-api twitter scraper. I've submitted an issue to the library's author here: github.com/Rishikant181/Rettiwt-API/issues/311