Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anirudhjain75/91aa330c2afeee07389b2246b58de75e to your computer and use it in GitHub Desktop.
Save anirudhjain75/91aa330c2afeee07389b2246b58de75e to your computer and use it in GitHub Desktop.
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment