facebook / react-strict-dom

React Strict DOM (RSD) is a subset of React DOM, imperative DOM, and CSS that supports web and native targets
MIT License
2.97k stars 149 forks source link

fix: use `monospace` as default font-family for `code` instead of unsupported `Courier` #109

Closed ecreeth closed 1 month ago

ecreeth commented 1 month ago

Summary

This PR fixes the next error by using monospace.

image

Test plan

  1. Open the app on android
  2. See the error above
  3. Apply this change
  4. See the applied font
nmn commented 1 month ago

Related, should we support values like system-ui in RSD?