You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im not shure that the problem is in library but, Starting from library version 9.0.1, updating props in the library does not work properly, this code solves this problem.
<button style={{position: 'relative', zIndex: 100000}} onClick={() => setTestShare(!testShare)}>Update share</button> <FacebookProvider appId={FACEBOOK_ID} > <Like href={href} colorScheme={colorScheme} layout={layout} share={testShare} size={size} /> </FacebookProvider>
Do i do something wrong, Like component is not update when i chage share bolean value
The text was updated successfully, but these errors were encountered: