0
Is giving the following error of syntax in the plugin typed.js
:
Uncaught SyntaxError: Unexpected token {
Along those lines:
import { initializer } from './initializer.js';
import { htmlParser } from './html-parser.js';
I don’t think that’s supposed to happen, because he accuses this mistake?
The error must be inside one of these . js
– PauloHDSousa
Which browser are you using?
– Sam
Using Chrome, the JS file that is giving error is this: https://lucasdecarvalho.com/guiacomercialnf/_Cdn/typed.js
– Lucas de Carvalho
Take a look at line 353 and 354, that’s correct?
– PauloHDSousa