Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4870

Does ember v3.25 supposrts modal-dialog

$
0
0

I just add a basic modal-dialog code to my web app.

{{#modal-dialog}} Hi! {{/modal-dialog))

But I got the following error

Uncaught Error: Attempted to resolve `modal-dialog`, which was expected to be a component, but nothing was found.
    at resolveComponent (opcode-compiler.js:234)
    at encodeOp (opcode-compiler.js:2583)
    at pushOp (opcode-compiler.js:2507)
    at opcode-compiler.js:2287
    at Compilers.compile (opcode-compiler.js:519)
    at compileStatements (opcode-compiler.js:2511)
    at maybeCompile (opcode-compiler.js:2490)
    at CompilableTemplateImpl.compile (opcode-compiler.js:2470)
    at Object.evaluate (runtime.js:3614)
    at AppendOpcodes.evaluate (runtime.js:1284) ```
I don't know how to clear this error.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4870

Trending Articles