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

media-views.min.js?ver=5.0:1 Uncaught TypeError: this.activateMode is not a function #10961

Open
pstonier opened this issue Dec 12, 2018 · 1 comment
Labels
[Feature] Tiled Gallery A different way to display image galleries on your site, in different organizations and shapes. [Focus] Blocks Issues related to the block editor, aka Gutenberg, and its extensions developed in Jetpack [Pri] Normal [Type] Bug When a feature is broken and / or not performing as intended

Comments

@pstonier
Copy link

pstonier commented Dec 12, 2018

Steps to reproduce the issue

  1. Run Jetpack in development mode
  2. Install GravityForms Gutenberg add-on or any plugin using lodash
  3. Create Custom Block with create-guten-block that uses the MediaUpload component
  4. Go to the block editor
  5. Look in the console to see the following error
media-views.min.js?ver=5.0:1 Uncaught TypeError: this.activateMode is not a function
    at media-views.min.js?ver=5.0:1
    at arrayEach (core.min.js?ver=1544551272:1645)
    at Function.forEach (core.min.js?ver=1544551272:10473)
    at n._createModes (media-views.min.js?ver=5.0:1)
    at n.initialize (media-views.min.js?ver=5.0:1)
    at n.initialize (media-views.min.js?ver=5.0:1)
    at n.initialize (media-views.min.js?ver=5.0:1)
    at n.e.View (backbone.min.js?ver=1.2.3:1)
    at n.constructor (wp-backbone.min.js?ver=5.0:1)
    at n.constructor (media-views.min.js?ver=5.0:1)

What I expected

Custom blocks to work fine.

What happened instead

This block encountered an error and cannot be previewed

screen shot 2018-12-12 at 12 03 16 pm

@jeherve jeherve added [Type] Bug When a feature is broken and / or not performing as intended [Feature] Tiled Gallery A different way to display image galleries on your site, in different organizations and shapes. [Focus] Blocks Issues related to the block editor, aka Gutenberg, and its extensions developed in Jetpack labels Dec 12, 2018
@jeherve
Copy link
Member

jeherve commented Dec 12, 2018

Related: WordPress/gutenberg#4043

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Tiled Gallery A different way to display image galleries on your site, in different organizations and shapes. [Focus] Blocks Issues related to the block editor, aka Gutenberg, and its extensions developed in Jetpack [Pri] Normal [Type] Bug When a feature is broken and / or not performing as intended
Projects
None yet
Development

No branches or pull requests

3 participants