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
I encountered a problem where I could not do a [@@deriving json] on a type whose name contained an apostrophe.
Example : type id' = int [@@deriving json]