-
Notifications
You must be signed in to change notification settings - Fork 46
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
Upgrade Vite #506
Upgrade Vite #506
Conversation
import { getOmePixelSourceMeta, guessTileSize } from './lib/utils'; | ||
import type Pool from './lib/Pool'; | ||
import type { OmeTiffIndexer } from './lib/indexers'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got an error about the type not being found without this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Went back to try it again and get the actual text of the error and couldn't reproduce so reverted this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, ok I was looking in the wrong place. I get
Uncaught SyntaxError: import not found: OmeTiffIndexer
in the browser console.
@andreasg123 Could you try this out? |
@ilan-gold, thanks for doing this. As far as I can tell, this works for me. However, I would have to deal with the API name change so that I couldn't test it completely. There is one error in
|
@andreasg123 Updated to resolve the import issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT. Tried it out!
Fixes #303 (I think)
Change List
~2.5.4
Checklist