-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/refactor #195
base: main
Are you sure you want to change the base?
Feature/refactor #195
Conversation
feat: add UI to authz example
…de-starship chore: upgrade starhsip to 0.1.47
… upgrading @types/react and @types/react-dom from 18.2.0 to 18.3.0
…eact, react, react-dom, react-icons, @types/react and @types/react-dom
…y upgrading @interchain-ui/react, react, react-dom, react-icons, @types/react and @types/react-dom and add "baseUrl": "." to compilerOptions on tsconfig.json
…xing Eason/bugfixing
@@ -179,8 +181,9 @@ export const GrantModal = ({ isOpen, onClose, chainName }: GrantModalProps) => { | |||
onClick={() => {}} | |||
/> | |||
</PopoverTrigger> | |||
<Box></Box> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this box for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably a mistake write, I 'll fixed it
…-cosmos-app into feature/refactor
- rename asset-list for merge
Phatg also mentioned that when using yarn1, there will be an error "Cannot read properties of null (reading 'useRef')", I tried to build the examples/nft, and encountered this error |
okay ,I fixed it |
3e288bd
to
50c5a2a
Compare
Ensure that [email protected] can be executed. and fix Bugs under examples
Co-Authored-By: @btcSteven [email protected]