mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
Move Slot and withReaction to beta
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export {Slot} from 'coral-framework/components';
|
||||
@@ -0,0 +1 @@
|
||||
export {withReaction} from 'coral-framework/hocs';
|
||||
@@ -1 +0,0 @@
|
||||
export {Slot} from 'coral-framework/components';
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export {withReaction} from 'coral-framework/hocs';
|
||||
|
||||
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import {Icon} from 'coral-ui';
|
||||
import styles from './styles.css';
|
||||
import t from 'coral-framework/services/i18n';
|
||||
import {withReaction} from 'coral-plugin-api';
|
||||
import {withReaction} from 'plugin-api/beta/client/hocs';
|
||||
|
||||
class LoveButton extends React.Component {
|
||||
handleClick = () => {
|
||||
|
||||
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import cn from 'classnames';
|
||||
import {Icon} from 'coral-ui';
|
||||
import styles from './ViewingOptions.css';
|
||||
import {Slot} from 'plugin-api/client/components';
|
||||
import {Slot} from 'plugin-api/beta/client/components';
|
||||
|
||||
const ViewingOptions = (props) => {
|
||||
const toggleOpen = () => {
|
||||
|
||||
Reference in New Issue
Block a user