We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fixed re-export (deephaven#1894)
b5cb344
fix: Fixed re-export (#1894) (#1895)
b49b506
`npm start` should work now without the `@react-types/textfield` error. --------- Co-authored-by: Don <dsmmcken@gmail.com>
Update web version 0.71.0 (#5303)
4bcc23a
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>
bmingles
Successfully merging a pull request may close this issue.
Description
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
The text was updated successfully, but these errors were encountered: