Andrew
Andrew
I was also getting this error and the problem was that I was calling `requestPermission()` twice inside the codebase. calling it only once solved the problem.
I've just updated the RN version from 65 to 72 with Hermes enabled and I'm getting the same error message. `[RangeError: Date value out of bounds]` I'm just using dates...
What's causing the error is when I use `.toISOString()` to format the date. Example: `new Date("2023-12-12").toISOString()` @tmikov could you try to reproduce with this example?
I discovered that at some point of my code I was sending NaN to `toISOString()` and this was causing the error. If I see this error again I'll try to...
@FranDepascuali did you find a way to solve this? it's happening with me too :/
@nemoneph Did you manage to solve this somehow? I'm also having this exact problem
I'm also having this issue when trying to use ReactMarkdown. Is there any solution for this? or is there another library that can be used to render markdown as html?