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
This option parameter might have an explicit index for the feed.
The problem is that the called updateFeed is using an additional parameter named index instead of the index from the options object param thus we can't set the index explicitly.
The returned upload function can have an option parameter:
This option parameter might have an explicit index for the feed.
The problem is that the called updateFeed is using an additional parameter named index instead of the index from the options object param thus we can't set the index explicitly.
Recommended solution:
Remove the index param and use the index from the options object param.
The text was updated successfully, but these errors were encountered: