Shopify / product-reviews-sample-app

A sample Shopify application that creates and stores product reviews for a store, written in Node.js
MIT License
355 stars 158 forks source link

[BUG] Deprecation: <Sheet /> is deprecated. #63

Open meganmajewski opened 2 years ago

meganmajewski commented 2 years ago

Current Behavior

On a fresh install getting a deprecation warning for

Sheet.js?0ffe:54 Deprecation: <Sheet /> is deprecated. This component might be removed in a future major version of Polaris. Use <Modal /> instead or avoid modal patterns all together.

Screen Shot 2022-05-09 at 3 01 01 PM

Expected Behavior

Should be updated with components that are not going to be deprecated.

Steps To Reproduce

  1. Clone & install dependencies
  2. run shopify app serve
  3. notice that you get the deprecation warning

Environment

- OS: Mac
- Node: 16.14.0
- npm: 8.3.1 - polaris 9.6.0

Anything else?

No response