iTwin / iTwinUI

A design system for building beautiful and well-working web interfaces.
https://itwin.github.io/iTwinUI/
MIT License
92 stars 35 forks source link

render `null` instead of `undefined` #1982

Closed mayank99 closed 4 weeks ago

mayank99 commented 4 weeks ago

Changes

Fixes #1979

undefined rendering support was only added in React 18. In React 17, it literally throws an error.

Testing

N/A. Our repo uses React 18.

Docs

Added changeset.