-
Notifications
You must be signed in to change notification settings - Fork 1.7k
remove JSON5 dependency #5820
Copy link
Copy link
Closed
Labels
feature requestA feature you wanted added to reflexA feature you wanted added to reflexroadmaphttps://github.com/reflex-dev/reflex/issues/2727https://github.com/reflex-dev/reflex/issues/2727
Metadata
Metadata
Assignees
Labels
feature requestA feature you wanted added to reflexA feature you wanted added to reflexroadmaphttps://github.com/reflex-dev/reflex/issues/2727https://github.com/reflex-dev/reflex/issues/2727
Type
Fields
Give feedbackNo fields configured for issues without a type.
The only reason we have as far as I can tell is
NaN,Infinity, and-Infinitywould not be parsed by JavaScriptJSON.parse.One potential solution is to make it such that the backend sends special strings for those values, that the frontend reinterpret those as their correct equivalence.