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

Update deepCopy, hasOwn, emotion, and config files #437

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

JakeWags
Copy link
Member

@JakeWags JakeWags commented Dec 16, 2024

Updates deepCopy documentation to reflect actual usage.

Update structuredClone usage in project to use version-safe deepCopy.

Update instances of Object.hasOwn to prototype version for esnext typescript versioning issues. May be resolved with typescript config changes, however.

Remove extraneous emotion jsx compiler statements (this is included in the tsconfig)

Update configuration files (package.json, tsconfig, vite config) to resolve install-time errors in other environments.

Does this PR close any open issues?

Closes #405

Give a longer description of what this PR addresses and why it's needed

No visible changes to the app, just config updates and some typescript version related changes for compatibility when installed as a node module. This is prep for 1.0 react component release.

Have you added or updated relevant tests?

  • Yes
  • No changes are needed

Have you added or updated relevant documentation?

  • Yes
  • No changes are needed

Are there any additional TODOs before this PR is ready to go?

TODOs:

  • None

…. Update configuration files to resolve install-time errors in other environments
Copy link

netlify bot commented Dec 16, 2024

Deploy Preview for upset2 ready!

Name Link
🔨 Latest commit 8cf3306
🔍 Latest deploy log https://app.netlify.com/sites/upset2/deploys/6760ae11e8358200086f8cb8
😎 Deploy Preview https://deploy-preview-437--upset2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@JakeWags JakeWags marked this pull request as ready for review December 16, 2024 20:55
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.

react component integeration testing
1 participant