mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 12:52:11 +03:00
Replace compile-time-only 'as string' casts with runtime String() conversions and instanceof Date check. gray-matter parses unquoted YAML dates as Date objects, causing 'Objects are not valid as a React child' crashes on docs pages. Co-authored-by: Mr. Meowgi <ovehbe@users.noreply.github.com>