mikebronner / nova-gutenberg

Implementation of the Gutenberg editor as a Laravel Nova Field based on Laraberg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught TypeError: (0 , u.default) is not a function

buddha-within opened this issue · comments

Embedding you tube video into a column and in the editor it renders the video embed correctly however in view and when output on the front end. It just ouputs the embeded url.

https://youtu.be/66zDyg2VDjs

The below is appearing in the console.

gutenberg-js.js:31 Uncaught TypeError: (0 , u.default) is not a function
at Object.module.exports (gutenberg-js.js:31)
at n (gutenberg-js.js:1)
at Object.module.exports (gutenberg-js.js:87)
at n (gutenberg-js.js:1)
at Object.module.exports (gutenberg-js.js:49)
at n (gutenberg-js.js:1)
at Module.module.exports (gutenberg-js.js:102)
at n (gutenberg-js.js:1)
at module.exports (gutenberg-js.js:1)
at Object. (gutenberg-js.js:1)

I have tried uninstalling and re-installing and using newer version of react but issue still there. This is happening on local dev environment using Xampp. Running laravel 7.0

@buddha-within Could you give release 0.3.0 a try and see if this fixes your issue? Thanks!