Load RTE component only when needed (#9804)
Use react lazy to load rte component
This commit is contained in:
parent
26a01aba00
commit
d6e447b934
6 changed files with 92 additions and 28 deletions
|
@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
export { SendWysiwygComposer } from "./SendWysiwygComposer";
|
||||
export { EditWysiwygComposer } from "./EditWysiwygComposer";
|
||||
export {
|
||||
DynamicImportSendWysiwygComposer as SendWysiwygComposer,
|
||||
DynamicImportEditWysiwygComposer as EditWysiwygComposer,
|
||||
} from "./DynamicImportWysiwygComposer";
|
||||
export { sendMessage } from "./utils/message";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue