Stefan Krajnik
Stefan Krajnik
Option for dark theme - #50 Related to [flow-reporter Support for dark/bright color themes](https://github.com/charliedowler/flow-reporter/pull/2)
@lukasz-galka is it possible to implement it ?
Hey @looptheloop88 , thanks for replying. > correct me if I'm wrong here. If the web app is open, you send a notification and the app receives it successfully, you...
@looptheloop88 No `onMessage` is not triggered if the app is opened from the homescreen.
The issue is still present in `v10.8.0`
@hunghg255 I don't have it anywhere publicly available, but it's easy to reproduce. If you import the editor anywhere where it runs on server, e.g. `pages/*` or `pages/api/*` it crashes....
The issue is here https://github.com/hunghg255/reactjs-tiptap-editor/blob/5b0b4aa21ab5539c4c3eb464d7c825f01da05180/src/extensions/ExportWord/ExportWord.ts#L2 I'd recommend either to use another package or import the package asynchronously when save is triggered So here https://github.com/hunghg255/reactjs-tiptap-editor/blob/5b0b4aa21ab5539c4c3eb464d7c825f01da05180/src/extensions/ExportWord/ExportWord.ts#L65-L67 I'd do something like ``` const...
@hunghg255 any progress?