Skip to content

Commit f370224

Browse files
committed
Release 8.1.4
1 parent 22c1ba9 commit f370224

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-facebook",
3-
"version": "8.1.3",
3+
"version": "8.1.4",
44
"description": "Facebook components like a Login button, Like, Share, Comments, Embedded Post/Video, Messenger Chat and others",
55
"author": {
66
"name": "Zlatko Fedor",

src/FacebookProvider.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type Props = {
1818
children?: Node,
1919
wait?: boolean,
2020
debug: boolean,
21-
chatSupport: boolean,
21+
chatSupport?: boolean,
2222
};
2323

2424
type State = {

src/MessageUs.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ class MessageUs extends PureComponent<Props> {
3737
className="fb-messengermessageus"
3838
messenger_app_id={messengerAppId}
3939
page_id={pageId}
40-
color={color}
41-
size={size}
40+
data-color={color}
4241
data-size={size}
4342
>
4443
{children}

0 commit comments

Comments
 (0)