We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1fd406 + d8093bf commit 6772debCopy full SHA for 6772deb
packages/sdk/src/scopes/components/mini-app/methods.ts
@@ -229,7 +229,7 @@ export const [_isMounted, isMounted] = tIsMounted;
229
* mountSync();
230
* }
231
*/
232
-export const mountSync = wrapSupported('mount', () => {
+export const mountSync = wrapSupported('mountSync', () => {
233
if (!_isMounted()) {
234
mountThemeParamsSync();
235
const s = isPageReload() && getStorageValue<StorageValue>(COMPONENT_NAME) || undefined;
0 commit comments