mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-07 18:02:33 -05:00
feat: add support for back button and haptics
This commit is contained in:
@@ -97,7 +97,7 @@ export function ShareButton({ buttonText, cast, className = '', isLoading = fals
|
||||
parent: cast.parent,
|
||||
channelKey: cast.channelKey,
|
||||
close: cast.close,
|
||||
}, 'share-button');
|
||||
});
|
||||
} catch (error) {
|
||||
console.error('Failed to share:', error);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user