microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Update the React components to simplify the handling of the message system #162

Closed janechu closed 2 years ago

janechu commented 2 years ago

Description

The message system outgoing messages have been simplified - see https://github.com/microsoft/fast-tooling/pull/161

This means that the handler inside of the components used by @microsoft/fast-tooling-react can now be simplified as there is no need to check for type when assessing messages.

Requirements

janechu commented 2 years ago

Closed by #167