How do I get through this ?
Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ root/entity/alias/EditForm.js:154:28
Cannot create EnterEdit element because inexact AliasFormT [1] is incompatible with exact FormT [2] in property form.
root/entity/alias/EditForm.js
[1] 23│ form: AliasFormT,
:
151│ type="alias"
152│ />
153│ <EnterEditNote field={form.field.edit_note} hideHelp />
154│ <EnterEdit form={form} />
155│ </div>
156│ </form>
157│ </>
root/components/EnterEdit.js
[2] 16│ +form: FormT<F & {+make_votable: ReadOnlyFieldT<boolean>}>,
Found 1 error
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.