You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The approval warning is a reusable component that reads token and spender from its props. However when it gets rendered it doesn't actually fill in those values and instead literally displays {props.token} which is not desired.
# Description
Docusaurus recently released `v3.0.0` (now `v3.0.1` with patch fixes).
The typedoc generator plugin was causing issues as `.md` is now
processed as `MDX`.
# Changes
- [x] Bump dependencies to docusaurus `v3.0.1`
- [x] Migrate all config files to typescript
## Related Issues
Fixes#77
Problem
The approval warning is a reusable component that reads token and spender from its props. However when it gets rendered it doesn't actually fill in those values and instead literally displays
{props.token}
which is not desired.Example on this page: https://github.com/cowprotocol/docs-v2/blob/main/docs/cow-protocol/tutorials/cow-swap/swap.mdx
The text was updated successfully, but these errors were encountered: