sidney curron
Results
4
comments of
sidney curron
Using this following solves the problem. ``` const staticQuery = graphql` { site { siteMetadata { title } } }` export default () => ( ( )} /> ) ```
@GuiEpi @KingCh1ll I had to use ` // const userTimeline = await readWriteClient.v2.userTimeline(userId, options); const userTimeline = await readWriteClient.v2.get('users/${userId}/tweets', options); ` to make it work for the time being