Dominic Bou-Samra
Dominic Bou-Samra
Any updates on this issue? I have the same problem. I cannot use closures inside Tiptap extensions. They are always stale
Sure. Another feature I would be interested in is the ability to specify a background color per alias_dsn. I don't know I would add config for something like this, but...
Does anyone have any working methods for generating HTML strings on the server? I tried `renderToStaticMarkup` but it gives am empty string. Do I need to write my own function?
Alright, I have a working method to take some serialized nodes, and generate HTML. Our use case is that we need to render PDF's using an external service that takes...
> @dbousamra can you create an example in codesanbox? I can, but not right now. I'll do after work. > i think you forget getDescendants function from where? Thanks. I've...
> I'm facing this problem, and i foune your answer here if you can provide a sandbox that would be very helpful. https://codesandbox.io/s/keen-fast-m3y2z?file=/src/index.tsx
For anyone else looking for a solution, I did what @Spenc84 suggested, and forced a remount using the `key`: ``` export const DraggableComponent = (props: { component: ToolboxComponent }) =>...
@Robbilie This may not be exactly what you want, but perhaps it's helpful https://github.com/prevwong/craft.js/issues/42#issuecomment-733255704
Great read :) I also struggled with Unity. I am using libgdx now, and having a better time. I am using your BYTEPATH series as a loose guide to learning...
Any updates on this? This would be so useful for my team. We have a monorepo of separate business products, and want to share code. We want to group them...