You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Uncommenting firebase modules and entering all firebase data in config.design.json & config.publish.json
Expected behavior
loading website for editing
Screenshots
Upon Compiling, errors show up in the browser:
But you can click the X to ignore them.
Compiled with problems gitpod.io with visual studio
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 103:39-46
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(103,40)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 257:29-36
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(257,30)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 257:82-89
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(257,83)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 276:127-134
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(276,128)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 349:44-51
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(349,45)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 350:63-70
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(350,64)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 402:55-62
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(402,56)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 438:55-62
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(438,56)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 515:12-47
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(515,13)
TS2322: Type 'boolean' is not assignable to type 'string'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 534:43-48
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(534,44)
TS2740: Type 'Element' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 116 more.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 551:8-43
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(551,9)
TS2322: Type 'boolean' is not assignable to type 'string'.
ERROR in ./node_modules/@paperbits/prosemirror/keymap.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/keymap.ts) 87:20-27
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/keymap.ts(87,21)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 103:39-46
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(103,40)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 257:29-36
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(257,30)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 257:82-89
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(257,83)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 276:127-134
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(276,128)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 349:44-51
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(349,45)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 350:63-70
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(350,64)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 402:55-62
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(402,56)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 438:55-62
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(438,56)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 515:12-47
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(515,13)
TS2322: Type 'boolean' is not assignable to type 'string'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 534:43-48
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(534,44)
TS2740: Type 'Element' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 116 more.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 551:8-43
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(551,9)
TS2322: Type 'boolean' is not assignable to type 'string'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/keymap.ts 87:20-27
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/keymap.ts(87,21)
TS2339: Property '$cursor' does not exist on type 'Selection'.
_________________________\
With Vercel, it will not even do that much:
The text was updated successfully, but these errors were encountered:
Describe the bug
multiple issues with prosemirror
To Reproduce
Uncommenting firebase modules and entering all firebase data in config.design.json & config.publish.json
Expected behavior
loading website for editing
Screenshots

Upon Compiling, errors show up in the browser:
But you can click the X to ignore them.

Compiled with problems gitpod.io with visual studio
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 103:39-46
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(103,40)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 257:29-36
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(257,30)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 257:82-89
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(257,83)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 276:127-134
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(276,128)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 349:44-51
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(349,45)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 350:63-70
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(350,64)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 402:55-62
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(402,56)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 438:55-62
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(438,56)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 515:12-47
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(515,13)
TS2322: Type 'boolean' is not assignable to type 'string'.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 534:43-48
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(534,44)
TS2740: Type 'Element' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 116 more.
ERROR in ./node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts) 551:8-43
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(551,9)
TS2322: Type 'boolean' is not assignable to type 'string'.
ERROR in ./node_modules/@paperbits/prosemirror/keymap.ts (/workspace/skybird.app/node_modules/@paperbits/prosemirror/keymap.ts) 87:20-27
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/keymap.ts(87,21)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 103:39-46
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(103,40)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 257:29-36
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(257,30)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 257:82-89
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(257,83)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 276:127-134
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(276,128)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 349:44-51
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(349,45)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 350:63-70
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(350,64)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 402:55-62
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(402,56)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 438:55-62
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(438,56)
TS2339: Property '$cursor' does not exist on type 'Selection'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 515:12-47
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(515,13)
TS2322: Type 'boolean' is not assignable to type 'string'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 534:43-48
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(534,44)
TS2740: Type 'Element' is missing the following properties from type 'HTMLElement': accessKey, accessKeyLabel, autocapitalize, dir, and 116 more.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts 551:8-43
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/prosemirrorHtmlEditor.ts(551,9)
TS2322: Type 'boolean' is not assignable to type 'string'.
ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/keymap.ts 87:20-27
[tsl] ERROR in /workspace/skybird.app/node_modules/@paperbits/prosemirror/keymap.ts(87,21)
TS2339: Property '$cursor' does not exist on type 'Selection'.
_________________________\
With Vercel, it will not even do that much:









The text was updated successfully, but these errors were encountered: