Esri / arcgis-experience-builder-sdk-resources

ArcGIS Experience Builder samples
https://developers.arcgis.com/experience-builder/
Apache License 2.0
127 stars 119 forks source link

Update Message Subscriber sample widget #121

Closed shawnmgoulet closed 1 year ago

shawnmgoulet commented 2 years ago

A query action fix within the Message Subscriber sample.

shawnmgoulet commented 2 years ago

@gavinr @qlqllu - I feel like this should go into the master branch as the issue is presented at 1.9. This PR includes:

  1. Adding the filterMessageDescription method to query-action.ts
  2. linting query-action.ts
  3. linting other files within the widget directory
qlqllu commented 2 years ago

@shawnmgoulet Thanks for working on this fix! It'll be easy to review if you split the bug fix from the lint fix.

shawnmgoulet commented 2 years ago

@shawnmgoulet Thanks for working on this fix! It'll be easy to review if you split the bug fix from the lint fix.

I am splitting linting and code refactors into separate commits.