App reviews, troubleshooting, and recommendations
I use Tinymce for show Text-editor in my Shopify remix app but when i run, app run successfully and no error show, but in front side only text-area show not full text-editor show.
import React from 'react'; import { Editor } from '@tinymce/tinymce-react'; class RichText extends React.Component { constructor(props) { super(props); this.handleEditorChange = this.handleEditorChange.bind(this); } handleEditorChange = (e) => { console.log( 'Content was updated:', e.target.getContent() ); } render() { return ( <> <Editor initialValue="<p>Wow ! ... It Works !!!</p>" init={{ height: 500, menubar: false, plugins: [ 'advlist autolink lists link image', 'charmap print preview anchor help', 'searchreplace visualblocks code', 'insertdatetime media table paste wordcount' ], toolbar: 'undo redo | formatselect | bold italic | \ alignleft aligncenter alignright | \ bullist numlist outdent indent | help' }} onEditorChange={this.handleEditorChange} /> </> ); } } export default RichText;
Solved! Go to the solution
This is an accepted solution.
No, but i found new that's working.
i use this editor:- https://codesandbox.io/s/prosemirror-template-ruwq5u?file=/src/editor/index.jsx
Did you find a solution for this? I face the same here.
This is an accepted solution.
No, but i found new that's working.
i use this editor:- https://codesandbox.io/s/prosemirror-template-ruwq5u?file=/src/editor/index.jsx
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025