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
On the /search page, we are using OpenAlex to get search results. Some of these contain titles (and potentially abstracts) that contain HTML characters (e.g., &) and tags (e.g., <i>p</i>).
We should scope out a reproducible example where this happens (reporting based on searching my name) and implement a reliable fix that does not use dangerouslySetInnerHTML.
The text was updated successfully, but these errors were encountered:
On the
/search
page, we are using OpenAlex to get search results. Some of these contain titles (and potentially abstracts) that contain HTML characters (e.g.,&
) and tags (e.g.,<i>p</i>
).We should scope out a reproducible example where this happens (reporting based on searching my name) and implement a reliable fix that does not use
dangerouslySetInnerHTML
.The text was updated successfully, but these errors were encountered: