Tom Bee

Results 3 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...