Tom Bee

Results 7 comments of Tom Bee

I had the same error. It seems it's because running this locally requires some additional steps: https://github.com/alixaxel/chrome-aws-lambda/wiki/HOWTO:-Local-Development This explains why the chromium.executablePath is null, as it is not running in...

@yale8848 I've been playing with running an onload script like you had in your comment and thought it might work as your example was producing numbered pages. However it seems...

The Tree example also uses ReactDOM.render which is unsupported post React17 and throws an error. https://atlassian.design/components/pragmatic-drag-and-drop/examples/#tree `Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you...

To add some further examples where VSCode by default imported from incorrect paths: ```js import { Instruction, ItemMode } from '@atlaskit/pragmatic-drag-and-drop-hitbox/dist/types/tree-item'; import { draggable, dropTargetForElements, monitorForElements } from '@atlaskit/pragmatic-drag-and-drop/dist/types/adapter/element-adapter'; import...

> I think a reasonable proposition would be to choose a single fairly straightforward and contained example (eg the list example) and create a few variations of that example for...

This looks fantastic! Exactly what I was envisioning. Thank you so much 😊 Along with the solid and svelte examples posted here I think new adopters will have a much...

Oops I clicked close instead of clicking comment sorry. I'll leave it up to you to decide if it should be closed. LGTM though!