TypeError: this.activateMode is not a function
-
Hello, I have seen the other post on here about this issue, but decided to make my own.
Here is the error code.
TypeError: this.activateMode is not a function
at https://www.telsociety.org.uk/wp-includes/js/media-views.min.js?ver=5.0.3:1:24754
at s (https://www.telsociety.org.uk/wp-content/plugins/paypal-wp-button-manager/admin/gutenberg/blocks.build.js?ver=1:1:54026)
at Function.ss (https://www.telsociety.org.uk/wp-content/plugins/paypal-wp-button-manager/admin/gutenberg/blocks.build.js?ver=1:1:96431)
at n._createModes (https://www.telsociety.org.uk/wp-includes/js/media-views.min.js?ver=5.0.3:1:24714)
at n.initialize (https://www.telsociety.org.uk/wp-includes/js/media-views.min.js?ver=5.0.3:1:24123)
at n.initialize (https://www.telsociety.org.uk/wp-includes/js/media-views.min.js?ver=5.0.3:1:25761)
at n.initialize (https://www.telsociety.org.uk/wp-includes/js/media-views.min.js?ver=5.0.3:1:28633)
at n.e.View (https://www.telsociety.org.uk/wp-includes/js/backbone.min.js?ver=1.2.3:1:14744)
at n.constructor (https://www.telsociety.org.uk/wp-includes/js/wp-backbone.min.js?ver=5.0.3:1:2616)
at n.constructor (https://www.telsociety.org.uk/wp-includes/js/media-views.min.js?ver=5.0.3:1:23570)I have gone through my plugins and checked for conflictions with no result. It’s only when the plugin is enabled that the issue appears. I believe it’s an incompatibility issue with Gutenberg.
In the Dev console, I have also noticed this error.
blocks.build.js:1 You are currently using minified code outside of NODE_ENV === “production”. This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or setting mode to production in webpack (https://webpack.js.org/concepts/mode/) to ensure you have the correct code for your production build.
o @ blocks.build.js:1
- The topic ‘TypeError: this.activateMode is not a function’ is closed to new replies.