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

Uncaught TypeError: Cannot read property 'hide' of undefined #11

Open
Zero-Xiong opened this issue Aug 24, 2021 · 0 comments
Open

Uncaught TypeError: Cannot read property 'hide' of undefined #11

Zero-Xiong opened this issue Aug 24, 2021 · 0 comments

Comments

@Zero-Xiong
Copy link

bold.report-viewer.min.js:10643 Uncaught TypeError: Cannot read property 'hide' of undefined
at Object._showNavigationIndicator (bold.report-viewer.min.js:10643)
at Object._renderErrorMsg (bold.report-viewer.min.js:8048)
at Object.success (bold.report-viewer.min.js:8026)
at fire (jquery.js:3005)
at Object.fireWith [as resolveWith] (jquery.js:3122)
at done (jquery.js:8545)
at XMLHttpRequest. (jquery.js:8768)

Environment:
Material UI: 4.11.4
ReactJs: 17.0.2
Chrome: 92.0.4515.159 (Official Build) (64-bit)

Codes below:

<Dialog fullScreen open={open} onClose={handleClose} TransitionComponent={Transition}> <div className="w-full h-full m-0 p-0"> <BoldReportViewerComponent id="reportviewer-container" reportServiceUrl={"http://demos.boldreports.com/services/api/ReportViewer"} // reportPath={"~/Resources/docs/sales-order-detail.rdl"} toolbarSettings={toolbarSettings} toolBarItemClick={onToolBarItemClick} > </BoldReportViewerComponent> </div> </Dialog>

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

No branches or pull requests

1 participant