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

[Snyk] Upgrade @area17/a17-helpers from 0.6.8 to 0.8.4 #703

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

nikhiltri
Copy link
Member

snyk-top-banner

Snyk has created this PR to upgrade @area17/a17-helpers from 0.6.8 to 0.8.4.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 8 versions ahead of your current version.

  • The recommended version was released 6 years ago.

Release notes
Package name: @area17/a17-helpers
  • 0.8.4 - 2018-11-27
  • 0.8.3 - 2018-10-01
  • 0.8.2 - 2018-10-01
  • 0.8.1 - 2018-09-24
  • 0.8.0 - 2018-09-21
  • 0.7.2 - 2018-09-20
  • 0.7.1 - 2018-07-23
  • 0.7.0 - 2018-05-04
  • 0.6.8 - 2018-04-24
from @area17/a17-helpers GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @area17/a17-helpers from 0.6.8 to 0.8.4.

See this package in npm:
@area17/a17-helpers

See this project in Snyk:
https://app.snyk.io/org/nikhiltri/project/7324bce2-d935-4667-aaec-e7696104c561?utm_source=github&utm_medium=referral&page=upgrade-pr
@zachgarwood
Copy link
Member

@zachgarwood
Copy link
Member

When testing the upgrade to 0.8.4, the only JS behavior I noticed not working was that clicking a numbered paragraph bounced me to the bottom of the page then back up:
https://github.com/user-attachments/assets/f78c0ed5-81f4-4878-9314-ef39ad46240c

I also tested upgrading to each of the major versions:

  • 3.0 - There were myriad warnings in the compilation output, so I didn't even check behaviors
  • 2.0 - Compiled, but some behaviors were not obviously not working, such as the LIV and IFs
  • 1.0 - This behaved the same as 0.8.4, so we may be able to upgrade directly to this version

@zachgarwood
Copy link
Member

Version 2.1.4 Interactive Features:

The page loads and is mostly usable, but the scrolling is really jittery and when clicking the fullscreen button on a image/video, the modal opens but the image is not displayed. This is the console output on page load:

Warning: Failed prop type: Invalid prop `role` of type `boolean` supplied to `Modal`, expected `string`.
    in Modal (created by ScrollBlockingModal)
    in ScrollBlockingModal (created by Context.Consumer)
    in Unknown (created by Menu)
    in Menu (created by ScrollSpy)
    in div (created by Container)
    in Container (created by ScrollSpy)
    in div (created by ReactSwipe)
    in ReactSwipe (created by ScrollSpy)
    in div (created by ScrollSpy)
    in ScrollSpy (created by Context.Consumer)
    in Unknown (created by CloserLook)
    in WindowMetricsProvider (created by CloserLook)
    in CloserLook
printWarning @ checkPropTypes.js:20
checkPropTypes @ checkPropTypes.js:83
validatePropTypes @ react.development.js:1714
createElementWithValidation @ react.development.js:1813
render @ bundle.js:440
finishClassComponent @ react-dom.development.js:17160
updateClassComponent @ react-dom.development.js:17110
beginWork @ react-dom.development.js:18620
beginWork$1 @ react-dom.development.js:23179
performUnitOfWork @ react-dom.development.js:22157
workLoopSync @ react-dom.development.js:22130
performSyncWorkOnRoot @ react-dom.development.js:21756
scheduleUpdateOnFiber @ react-dom.development.js:21188
updateContainer @ react-dom.development.js:24373
(anonymous) @ react-dom.development.js:24758
unbatchedUpdates @ react-dom.development.js:21903
legacyRenderSubtreeIntoContainer @ react-dom.development.js:24757
render @ react-dom.development.js:24840
_init @ closerLook.js:78
init @ closerLook.js:90
searchDomAndInitBehaviors @ prod.js:1116
manageBehaviors @ prod.js:1156
(anonymous) @ interactiveFeatures.js:12Understand this errorAI
checkPropTypes.js:20

Warning: Failed prop type: Invalid prop `role` of type `boolean` supplied to `ModalPortal`, expected `string`.
    in ModalPortal (created by Modal)
    in Modal (created by ScrollBlockingModal)
    in ScrollBlockingModal (created by Context.Consumer)
    in Unknown (created by Menu)
    in Menu (created by ScrollSpy)
    in div (created by Container)
    in Container (created by ScrollSpy)
    in div (created by ReactSwipe)
    in ReactSwipe (created by ScrollSpy)
    in div (created by ScrollSpy)
    in ScrollSpy (created by Context.Consumer)
    in Unknown (created by CloserLook)
    in WindowMetricsProvider (created by CloserLook)
    in CloserLook
printWarning @ checkPropTypes.js:20
checkPropTypes @ checkPropTypes.js:83
validatePropTypes @ react.development.js:1714
createElementWithValidation @ react.development.js:1813
render @ Modal.js:176
finishClassComponent @ react-dom.development.js:17160
updateClassComponent @ react-dom.development.js:17110
beginWork @ react-dom.development.js:18620
beginWork$1 @ react-dom.development.js:23179
performUnitOfWork @ react-dom.development.js:22157
workLoopSync @ react-dom.development.js:22130
performSyncWorkOnRoot @ react-dom.development.js:21756
scheduleUpdateOnFiber @ react-dom.development.js:21188
updateContainer @ react-dom.development.js:24373
(anonymous) @ react-dom.development.js:24758
unbatchedUpdates @ react-dom.development.js:21903
legacyRenderSubtreeIntoContainer @ react-dom.development.js:24757
render @ react-dom.development.js:24840
_init @ closerLook.js:78
init @ closerLook.js:90
searchDomAndInitBehaviors @ prod.js:1116
manageBehaviors @ prod.js:1156
(anonymous) @ interactiveFeatures.js:12Understand this errorAI
react-dom.development.js:88

Warning: Invalid DOM property `class`. Did you mean `className`?
    in path (created by PatronCredit)
    in svg (created by PatronCredit)
    in div (created by PatronCredit)
    in div (created by PatronCredit)
    in PatronCredit (created by ScrollSpy)
    in div (created by ReactSwipe)
    in ReactSwipe (created by ScrollSpy)
    in div (created by ScrollSpy)
    in ScrollSpy (created by Context.Consumer)
    in Unknown (created by CloserLook)
    in WindowMetricsProvider (created by CloserLook)
    in CloserLook
react-dom.development.js:88

Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.

* Move code with side effects to componentDidMount, and set initial state in the constructor.
* Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.

Please update the following components: CSSTransitionGroupChild, Sticky, TransitionGroup

react-dom.development.js:88 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.

* Move data fetching code or side effects to componentDidUpdate.
* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
* Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.

Please update the following components: TransitionGroup
checkPropTypes.js:20

Warning: Failed prop type: The prop `alt` is marked as required in `SeamlessImage`, but its value is `null`.
    in SeamlessImage (created by Context.Consumer)
    in Unknown (created by SeamlessAsset)
    in SeamlessAsset (created by Context.Consumer)
    in Unknown (created by Sticky)
    in div (created by Sticky)
    in div (created by Sticky)
    in Sticky (created by ScrollProgress)
    in div (created by Container)
    in Container (created by ScrollProgress)
    in div (created by ScrollProgress)
    in ScrollProgress (created by Context.Consumer)
    in Unknown (created by ScrollSpy)
    in ScrollSpy (created by Context.Consumer)
    in Unknown (created by Collection)
    in Collection (created by Context.Consumer)
    in Unknown (created by Context.Consumer)
    in Unknown (created by ScrollSpy)
    in div (created by ScrollSpy)
    in div (created by Container)
    in Container (created by ScrollSpy)
    in div (created by ReactSwipe)
    in ReactSwipe (created by ScrollSpy)
    in div (created by ScrollSpy)
    in ScrollSpy (created by Context.Consumer)
    in Unknown (created by CloserLook)
    in WindowMetricsProvider (created by CloserLook)
    in CloserLook

GET https://kiosk.www-dev.artic.edu/dist/fonts/3545D5_0_0.woff2 404 (Not Found)

@nikhiltri
Copy link
Member Author

@zachgarwood Let's stick with version 1.

@zachgarwood
Copy link
Member

Version 2.1.4 Layered Image Viewer

The picture-in-picture preview doesn't appear until you hover over the LIV, and when selecting layers to compare, they are not displayed until the select box is dismissed. This is the console log on page load of a digipub with a LIV block:

3prod.js:1412 No loaded behavior called accordion
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called sharePage
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
5prod.js:1412 No loaded behavior called fitText
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called primaryNavigation
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called globalSearchOpen
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called openNavMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called newsletter
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called mask
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called calendar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called imageZoomArea
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called imageInfo
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called shareMenu
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called navMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called mobileSearch
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called closeNavMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called globalSearch
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called globalSearchClose
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called closeModal
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ layeredImageViewer.js:5Understand this warningAI
prod.js:1412 No loaded behavior called contrastText
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called showStickySidebar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called stickySidebar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called hideStickySidebar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
3prod.js:1412 No loaded behavior called accordion
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called sharePage
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called layeredImageViewer
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
5prod.js:1412 No loaded behavior called fitText
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called primaryNavigation
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called globalSearchOpen
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called openNavMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called newsletter
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called mask
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called calendar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called imageZoomArea
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called imageInfo
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called shareMenu
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called navMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called mobileSearch
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called closeNavMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called globalSearch
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called globalSearchClose
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called closeModal
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks360.js:6Understand this warningAI
prod.js:1412 No loaded behavior called contrastText
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called showStickySidebar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called stickySidebar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called hideStickySidebar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
3prod.js:1412 No loaded behavior called accordion
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called sharePage
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called layeredImageViewer
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
5prod.js:1412 No loaded behavior called fitText
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called primaryNavigation
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called globalSearchOpen
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called openNavMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called newsletter
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called mask
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called calendar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called imageZoomArea
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called imageInfo
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called shareMenu
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called navMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called mobileSearch
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called closeNavMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called globalSearch
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called globalSearchClose
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called closeModal
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ blocks3D.js:6Understand this warningAI
prod.js:1412 No loaded behavior called contrastText
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called showStickySidebar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called stickySidebar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called hideStickySidebar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
3prod.js:1412 No loaded behavior called accordion
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called sharePage
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called layeredImageViewer
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
5prod.js:1412 No loaded behavior called fitText
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called primaryNavigation
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called globalSearchOpen
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called openNavMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called newsletter
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called mask
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called calendar
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called imageZoomArea
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called imageInfo
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called shareMenu
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called navMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called mobileSearch
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called closeNavMobile
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called globalSearch
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called globalSearchClose
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
prod.js:1412 No loaded behavior called closeModal
(anonymous) @ prod.js:1412
(anonymous) @ prod.js:1377
_loop @ prod.js:1376
loopBehaviors @ prod.js:1383
createBehaviors @ prod.js:1410
manageBehaviors @ prod.js:1458
(anonymous) @ mirador.js:6Understand this warningAI
videojsActivate.js:15 Uncaught TypeError: video_js__WEBPACK_IMPORTED_MODULE_1__.default.extend is not a function
    at _registerDownloadButton (videojsActivate.js:15:57)
    at videojsActivate (videojsActivate.js:161:3)
    at HTMLDocument.<anonymous> (videojs.js:6:18)
_registerDownloadButton @ videojsActivate.js:15
videojsActivate @ videojsActivate.js:161
(anonymous) @ videojs.js:6Understand this errorAI
18Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See: <URL>

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

Successfully merging this pull request may close these issues.

3 participants