Alexandr Rybakov
Results
1
issues of
Alexandr Rybakov
shareToStory method expects the widgetLink field in snack_case. But you send params with field widgetLink. ``` useWebAppShare().shareToStory('url-to.png', { // widgetLink: {} // NOW // widget_link: {} // MUST BE })...