@remote-ui/react@5.0.0
·
225 commits
to main
since this release
Major Changes
-
#191
77ba3da
Thanks @lemonmade! - Added support for React 18 by having the consumer own the versions ofreact
andreact-reconciler
. If you are currently using React 17 only, and are rendering in the “remote” context, you will need to add a dependency onreact-reconciler^0.27.0
. If you are using React 18, you will need to manually install the version ofreact-reconciler
that matches up to that version (currently,^0.29.0
). -
#191
77ba3da
Thanks @lemonmade! - Removed re-export of@remote-ui/rpc
. If you needretain
orrelease
, import them directly from@remote-ui/rpc
instead.