diff --git a/docs/bundle.js b/docs/bundle.js index 35c228a..e99a64e 100644 --- a/docs/bundle.js +++ b/docs/bundle.js @@ -1882,7 +1882,8 @@ var Example = function (_React$Component) { native: true, set: 'apple', emoji: 'point_up', - title: 'Pick your emoji…' + title: 'Pick your emoji…', + custom: CUSTOM_EMOJIS }; return _this; } @@ -1958,19 +1959,6 @@ var Example = function (_React$Component) { __WEBPACK_IMPORTED_MODULE_7_react_dom___default.a.render(__WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(Example, null), document.querySelector('div')); -// - /***/ }), /* 38 */ /***/ (function(module, exports, __webpack_require__) { diff --git a/docs/index.js b/docs/index.js index c29688d..0764cba 100644 --- a/docs/index.js +++ b/docs/index.js @@ -26,6 +26,7 @@ class Example extends React.Component { set: 'apple', emoji: 'point_up', title: 'Pick your emoji…', + custom: CUSTOM_EMOJIS, } }