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
Look into whether we can reduce the number of references to viewer and rely more on your new OpenSeadragonViewerContext. In my reading we have:
viewer
OpenSeadragonViewerContext
setViewer
apiRef
fitBounds
viewerRef
OpenSeadragonComponent
Something to think about (this also just helped me understand to write it out) -- and maybe for down the road not adding more work to this PR.
Originally posted by @marlo-longley in #4014 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Look into whether we can reduce the number of references to
viewer
and rely more on your newOpenSeadragonViewerContext
. In my reading we have:setViewer
in the parent component's state that gets passed downapiRef
in the parent which is also holding a viewer and uses OSD methods likefitBounds
viewerRef
in the childOpenSeadragonComponent
OpenSeadragonViewerContext
Something to think about (this also just helped me understand to write it out) -- and maybe for down the road not adding more work to this PR.
Originally posted by @marlo-longley in #4014 (comment)
The text was updated successfully, but these errors were encountered: