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

Remove unstable references, removed wrapper div and update dependencies #133

Merged
merged 11 commits into from
Feb 17, 2024

Conversation

erictompkins
Copy link
Contributor

The core reason for the update is to remove the wrapper div around the content. We're using a grid layout and using ReactModal to show the content. In this case the content is displayed out of the root directory, but the div that you have around the content affects our grid layout.

Change the div to a fragment solves that.

I also updated the packages and updated the unstable_ references to their current objects.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, @erictompkins, Thank you for taking your time and effort to make our project better.

src/hooks/use-prompt.ts Outdated Show resolved Hide resolved
src/index.tsx Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package-lock.json Outdated Show resolved Hide resolved
@sshyam-gupta sshyam-gupta linked an issue Feb 17, 2024 that may be closed by this pull request
@erictompkins
Copy link
Contributor Author

@sshyam-gupta All of your requested changes have been made. Thank you!

@sshyam-gupta sshyam-gupta changed the title Update packages, remove unstable references, and removed wrapper div Remove unstable references, removed wrapper div and update dependencies Feb 17, 2024
@sshyam-gupta sshyam-gupta merged commit 0f6ebd8 into sshyam-gupta:main Feb 17, 2024
4 checks passed
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.

BlockerFunction has unstable_ removed react-router-dom@v6.21.3
2 participants