Open sergey-chernyshenko-battlepro opened 1 month ago
After a button is clicked it opens a new window with the url: https://www.reddit.com/submit?url=https%3A%2F%2Fexample.com%2F&title=Title&type=LINK
AR: The link is missing ER: The link is prefilled with the value of the "url" query parameter
Probably reddit API is changed, but I cannot find any solution for this.
Seems like the fix in https://github.com/nygardk/react-share/issues/546 would work?
After a button is clicked it opens a new window with the url: https://www.reddit.com/submit?url=https%3A%2F%2Fexample.com%2F&title=Title&type=LINK
AR: The link is missing ER: The link is prefilled with the value of the "url" query parameter
Probably reddit API is changed, but I cannot find any solution for this.