Skip to content
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

Add ES Modules output, make BlueprintJS dependency explicit #149

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

alexkreidler
Copy link

I recently started using react-mosaic in a project with Snowpack. These are the changes I made to get it working.

I added ES module generation via tsc, and removed the require.resolve calls, because some deployments aren't going to have that available. There is a tradeoff there with pulling in a dependency that not everyone will necessarily use if they want their own styles.

I also updated various packages to get it working in the browser with ESM not webpack.

These changes don't affect any functionality, and these features may not be a high priority for the maintainers. I just thought you may want to be aware and maybe pick and choose some of my additions.

Thanks for a great project!

@nomcopter
Copy link
Owner

This is super useful I appreciate it. Will definitely look into picking some of these changes over to master although I have very little time nowadays to spend on this project so it may be a while. Thanks for sharing!

@himself65
Copy link

#193

@sgtsquiggs
Copy link

Does this need to be updated? We need this too and this issue has been around since 2020 and last touched in 2022.

@himself65
Copy link

I suggest you to use react-resizable-panels instead

@sgtsquiggs
Copy link

I suggest you to use react-resizable-panels instead

Have you seen anywhere where panels were able to be dragged to re-arrange w/ react-resizable-panels?

The DND functionality has to be the most bug-prone part of implementing something like this and I don't see any hint of it in their demo.

@himself65
Copy link

@Lonli-Lokli
Copy link

Can somebody merge it?

@Lonli-Lokli
Copy link

@nomcopter Seems like this PR is too old, so I create my own, could you please review?
#214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants