William Fischer

Results 4 issues of William Fischer

**Problem** Despite the `useIsomorphicLayoutEffect` function, the `serializeHtml` plugin leads to a console full of `useLayoutEffect does nothing on the server...` warnings because it calls `ReactDOMServer.renderToStaticMarkup(Slate, {...})` from the client to...

improvement

I'm working on a fairly complex app and trying to build out a thorough test suite. I was hoping to test the parent of the `cytoscape` component, and even to...

**Description** Certain user interactions involving Mentions and the Mention Combobox lead to a subsequent error when attempting to add a new mention: `Uncaught (in promise) Error: Could not get the...

bug
plugin:mention

I'm building an emoji tapback component and I want people to be able to quick-tap to react the same way someone else has already reacted. It's similar to Slack, where...