bosonprotocol / interface

End to End dCommerce experience built using the Boson Protocol Core Components SDK
https://bosonapp.io/
Apache License 2.0
10 stars 1 forks source link

Redeem button has no effect on the ExchangeDetails page #1012

Closed levalleux-ludo closed 8 months ago

levalleux-ludo commented 8 months ago

In the previous version (ex: tag v0.0.280), before the merge with the Commit Widget, the function bosonWidgetReload() (implemented in the widget script) is called to ensure the click handler is attached to the Redeem button. https://github.com/bosonprotocol/interface/blob/v0.0.280/src/components/detail/DetailWidget/DetailWidget.tsx#L929

With the current version, the call to bosonWidgetReload() has disappeared from the dApp and can't be find either in the react-kit.

sukrita3 commented 8 months ago

looks good