Akshay Goyal

Results 7 comments of Akshay Goyal

I have done it manually by converting draftjs content to HTML as Draft.js provides a function called [convertToRaw](https://facebook.github.io/draft-js/docs/api-reference-data-conversion.html#converttoraw)(for exporting data) and [convertFromRaw](https://facebook.github.io/draft-js/docs/api-reference-data-conversion.html#convertfromraw)(for importing data).

Hi @optimatex , I have done it in this way while saving data in database I converted it to RAW as this var content = JSON.stringify(convertToRaw(this.state.editorState.getCurrentContent())) For displaying data on...

please allow [all props](https://www.npmjs.com/package/react-resizable#props) for react-resizable like `lockAspectRatio etc` as here https://github.com/STRML/react-grid-layout/pull/960

@nelsondude I don't have write access to generate any Pull Request

please allow [all props](https://www.npmjs.com/package/react-resizable#props) for react-resizable like `lockAspectRatio etc` as here https://github.com/STRML/react-grid-layout/pull/960

I have a workaround since this library supports Unicode special characters so I added special character instead of actual shape https://www.w3schools.com/charsets/ref_utf_geometric.asp

And I got this ``` Failed to build DependencyGraph: @providesModule naming collision: Duplicate module name: PanResponder Paths: /home/akshay/Desktop/blogapp/BlogApp/node_modules/react-native-web-container/node_modules/react-native/Libraries/vendor/react/browser/eventPlugins/PanResponder.js collides with /home/akshay/Desktop/blogapp/BlogApp/node_modules/react-native/Libraries/Interaction/PanResponder.js ```