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

fix @react-types/textfield re-export #1894

Closed
bmingles opened this issue Mar 22, 2024 · 0 comments · Fixed by #1895
Closed

fix @react-types/textfield re-export #1894

bmingles opened this issue Mar 22, 2024 · 0 comments · Fixed by #1895
Assignees
Labels
bug Something isn't working

Comments

@bmingles
Copy link
Contributor

Description

export { type SpectrumTextAreaProps as TextAreaProps } from '@react-types/textfield'; is causing error on start
Failed to resolve entry for package "@react-types/textfield". The package may have incorrect main/module/exports specified in its package.json

Steps to reproduce

npm start

Versions

Engine Version: 0.34.0-SNAPSHOT
Web UI Version: 0.70.0
Java Version: 21.0.2
Barrage Version: 0.6.0
Browser Name: Chrome 122
OS Name: macOS 10.15.7

@bmingles bmingles added the bug Something isn't working label Mar 22, 2024
@bmingles bmingles self-assigned this Mar 22, 2024
bmingles added a commit to bmingles/web-client-ui that referenced this issue Mar 22, 2024
bmingles added a commit that referenced this issue Mar 22, 2024
`npm start` should work now without the `@react-types/textfield` error.

---------

Co-authored-by: Don <dsmmcken@gmail.com>
@bmingles bmingles linked a pull request Mar 22, 2024 that will close this issue
@mofojed mofojed closed this as completed Mar 25, 2024
mofojed pushed a commit to deephaven/deephaven-core that referenced this issue Mar 28, 2024
Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.71.0

# [0.71.0](deephaven/web-client-ui@v0.70.0...v0.71.0) (2024-03-28)


### Bug Fixes

* Fixed re-export ([#1894](deephaven/web-client-ui#1894)) ([#1895](deephaven/web-client-ui#1895)) ([b49b506](deephaven/web-client-ui@b49b506))
* Invalid migration of legacy partitions ([#1892](deephaven/web-client-ui#1892)) ([96298f6](deephaven/web-client-ui@96298f6))


### Features

* Change autoclosing bracket behavior to beforeWhitespace ([#1905](deephaven/web-client-ui#1905)) ([80207f4](deephaven/web-client-ui@80207f4))
* Picker - Table support for key + label columns ([#1876](deephaven/web-client-ui#1876)) ([bfbf7b1](deephaven/web-client-ui@bfbf7b1))



Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants