-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPIKE: Drag and drop #3094
SPIKE: Drag and drop #3094
Conversation
e9f801e
to
90320ae
Compare
Codecov Report
|
b9eaa83
to
184d5a6
Compare
resolve: { | ||
alias: { | ||
// needs shared global state for context to work | ||
'react-dnd': path.resolve(path.join(__dirname, 'node_modules', 'react-dnd')), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how acceptable this is, but it seems like it works well enough for now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it will be fine for this UMD build. However I think adopters who build their own package may need to do something similar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And they'd probably want to anyway, for exactly the same reasons
Fixes #2356
Fixes #2629
Fixes #2903
WorkspaceAdd
by dropping a manifestWorkspaceAdd
by dropping a drag+drop linkTODO: