lifinance / widget

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
https://li.fi/widget
Apache License 2.0
117 stars 76 forks source link

fix: json assertions #267

Closed DNR500 closed 3 months ago

DNR500 commented 3 months ago

Jira: LF-9087

We were have some issues in some of the dev tools that we support related to json assertions.

We had originally tried to put json assertions in place but reverted the change as it caused problems with the use of Create React App.

In regards to this, this PR..

in addition..

Though this change also helps improve the usage of the WidgetSkeleton there are still some issues relating to its usage - these might be best explored in future tickets.

Testing I've tested the Widget updates locally using the examples.

Release considerations