How to use SaveBar component from @shopify/app-bridge-react
I am trying to use the SaveBar component and imported it as follows:
However I get the following error:
This is weird cus i implemented this just today in the morning in a remix app outside of gadget and it worked fine. Please help me out;
5 Replies
Hello,
What version of
@shopify/app-bridge-react
are you using? You might have to upgrade the version.this is my package file:
"@shopify/app-bridge-react": "4.0.0",
Do you mind changing the package version to
"^4.1.5"
and rerunning yarn?for sure
also I used the contextual save bar from polaris then which btw has a deprecated tag but worked fine for me, same for the toast component. Any idea why that could be happening?
works now thanks a ton
No problem!