Skip to content

Commit 9703ce7

Browse files
authored
Feature/add preact wrapper (#14)
* Corrected Cleanup logic for interval code Path * Code rabbit review * lint error resolved * minor changes * Indentation error resolve * docs: add preact wrapper lifecycle comments * fix: prevent stale props in preact init * remove JSDoc from preact wrapper * feat: add analytics options to preact wrapper * fix: avoid stringifying analytics plugins
1 parent 09ffe23 commit 9703ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/social-share-button-preact.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default function SocialShareButton({
135135
modalPosition,
136136
analytics,
137137
onAnalytics,
138-
analyticsPluginsDep,
138+
analyticsPlugins,
139139
componentId,
140140
debug,
141141
]);

0 commit comments

Comments
 (0)