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
fix: render press release tags as strings on positions page
Press-release tag entities were passed as raw objects to BaseCard's
subInfos, which renders each item directly as a React child, throwing
"Objects are not valid as a React child". Map tags to their .tag string
(blog tags already used .name). Also make the PositionsPageData import
type-only.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments