mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 03:05:38 -05:00
Fix deprecated message (#950)
This commit is contained in:
@@ -22,8 +22,8 @@ export function make_PyInputBox(runtime: Runtime) {
|
||||
|
||||
async connectedCallback() {
|
||||
const deprecationMessage = (
|
||||
'<p>The element <py-input> is deprecated, ' +
|
||||
'use <input class="py-input"> instead.</p>'
|
||||
'The element <py-input> is deprecated, ' +
|
||||
'use <input class="py-input"> instead.'
|
||||
)
|
||||
createDeprecationWarning(deprecationMessage, "py-input")
|
||||
ensureUniqueId(this);
|
||||
|
||||
Reference in New Issue
Block a user