Commit fcf75db 1 parent 3f8c1e2 commit fcf75db Copy full SHA for fcf75db
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ export default class Example extends Component {
235
235
render () {
236
236
return (
237
237
< FacebookProvider appId= " 123456789" >
238
- < MessageUs appId = " 123456789" pageId= " 123456789" / >
238
+ < MessageUs messengerAppId = " 123456789" pageId= " 123456789" / >
239
239
< / FacebookProvider>
240
240
);
241
241
}
@@ -252,7 +252,7 @@ export default class Example extends Component {
252
252
render () {
253
253
return (
254
254
< FacebookProvider appId= " 123456789" >
255
- < SendToMessenger appId = " 123456789" pageId= " 123456789" / >
255
+ < SendToMessenger messengerAppId = " 123456789" pageId= " 123456789" / >
256
256
< / FacebookProvider>
257
257
);
258
258
}
@@ -270,7 +270,7 @@ export default class Example extends Component {
270
270
render () {
271
271
return (
272
272
< FacebookProvider appId= " 123456789" >
273
- < MessengerCheckbox appId = " 123456789" pageId= " 123456789" / >
273
+ < MessengerCheckbox messengerAppId = " 123456789" pageId= " 123456789" / >
274
274
< / FacebookProvider>
275
275
);
276
276
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default function SendToMessenger(props: Props) {
20
20
const {
21
21
className,
22
22
color,
23
- appId ,
23
+ messengerAppId ,
24
24
pageId,
25
25
children,
26
26
dataRef,
@@ -32,7 +32,7 @@ export default function SendToMessenger(props: Props) {
32
32
< Parser className = { className } onParse = { onParse } >
33
33
< div
34
34
className = "fb-send-to-messenger"
35
- messenger_app_id = { appId }
35
+ messenger_app_id = { messengerAppId }
36
36
page_id = { pageId }
37
37
data-color = { color }
38
38
data-size = { size }
You can’t perform that action at this time.
0 commit comments