Open RenatoCesarF opened 2 years ago
Same here
I don't even understand what's wrong in the code. url has to be if type string, right? So url.replace() has to exist according to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace.
I can't even fix it myself because my fork won't build.
Are there any forks that fixed this issue? I feel like this package is not properly maintained anymore. The last release to npm was 2 years ago.
All the others feeds functions work except for atom1() that returns:
for me it happens with rss, atom and json feed
Please don't leave several rapid fire comments on GitHub when they could be condensed to a single one - each one triggers an email to whoever is involved or subscribed to the issue.
Here's my code:
All the others feeds functions work except for atom1() that returns:
error - TypeError: url.replace is not a function
My first ideas was that some url paramter was in another format, so I transformed it to string, but the error continues.
If I remove the add item code the error desapears