Skip to content

Commit

Permalink
Release 8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seeden committed Nov 15, 2019
1 parent 22c1ba9 commit f370224
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-facebook",
"version": "8.1.3",
"version": "8.1.4",
"description": "Facebook components like a Login button, Like, Share, Comments, Embedded Post/Video, Messenger Chat and others",
"author": {
"name": "Zlatko Fedor",
Expand Down
2 changes: 1 addition & 1 deletion src/FacebookProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Props = {
children?: Node,
wait?: boolean,
debug: boolean,
chatSupport: boolean,
chatSupport?: boolean,
};

type State = {
Expand Down
3 changes: 1 addition & 2 deletions src/MessageUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ class MessageUs extends PureComponent<Props> {
className="fb-messengermessageus"
messenger_app_id={messengerAppId}
page_id={pageId}
color={color}
size={size}
data-color={color}
data-size={size}
>
{children}
Expand Down

0 comments on commit f370224

Please sign in to comment.