William Fischer

Results 12 comments of William Fischer

I started using this library because I wanted reactive data binding to my cytoscape instance, since cytoscape isn't itself reactive. You either have to remove and re-add the elements that...

I've seen similar problems related to `import Vue from 'vue'` before. The error is caused by creating a duplicate global Vue instance. I don't exactly know why it happens, but...

I'm experiencing the original issue. Nothing to do with lag, it just makes storybook unhelpful for certain kinds of components. For example, a component that uses css transitions to animate...

To add to it, `serializeHtml` (renamed?) seems to be passing a new Slate element initialized with the value we want to serialize into the `renderStaticMarkup` call. The `renderStaticMarkup` function is...

@zbeyens, when serializing from the contents of an existing Slate/Plate instance (instead of an editor data object), what about applying a simple container `ref`: ``` ( {children} )} /> ```...

I'm having this problem, and my project doesn't use `styled-components` at all. My console warning points to `plate-ui-popover` via `plate-ui-table` for me as well, neither of which I'm using. The...

I have the same problem. I modified that workaround to account for your two remaining problems. 1. I moved the event capture logic into a wrapper div and put it...

@R-iskey, here's another "workaround" that hides the warning, even though it doesn't solve the issue ```js const consoleError = console.error const SUPPRESSED_WARNINGS = ['Warning: useLayoutEffect does nothing on the server']...

I'm attempting to upgrade from an older version of Plate and this is a total roadblock for me. On React 18, Downgrading `dnd` packages produces this error instead: [Module not...

Does that mean we can already set the offset independently for each variant? If so, what's the syntax?