kayman233

Results 3 comments of kayman233

Hello @toplenboren I fixed my issue by making sure the right value is in AppRoot's appearance prop.

@kallmetony you can check how it should be specified with `appearance` prop in the template example: https://github.com/Telegram-Mini-Apps/nextjs-template/blob/master/src/components/Root/Root.tsx#L44

@ildarin22 In your example I can't see where you initialize your state, but the usage of the component is correct. This is not a bug in the component in your...