Firefox issue

Hi I created an editor component with React and Prosemirror , my intention was wrap this component in my existing angular App.I am able to do this and editor loaded and its working fine.But i am facing issue in FireFox , after applying a text format , i am unable to use the space in editor, ie the words are concatenating to single word, is there any specific reason for this issue?

Doesn’t sound familiar.

Did you remember to include style/prosemirror.css from prosemirror-view as a stylesheet?

https://prosemirror.net/docs/ref/#view

The issue fixed by adding the css,Thank you very much aeaton…