Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] filter empty shell in explainTypes #1306

Closed
2 tasks done
JoernBerkefeld opened this issue May 7, 2024 · 1 comment · Fixed by #1193
Closed
2 tasks done

[BUG] filter empty shell in explainTypes #1306

JoernBerkefeld opened this issue May 7, 2024 · 1 comment · Fixed by #1193

Comments

@JoernBerkefeld
Copy link
Contributor

JoernBerkefeld commented May 7, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

this was likely caused by the recent ts-check upgrades to the code and wont be visible in live versions.
transactionalMessage is just a shell.

{
    "name": "",
    "apiName": "",
    "retrieveByDefault": true,
    "supports": {
      "retrieve": true,
      "create": true,
      "update": true,
      "delete": true,
      "changeKey": false,
      "buildTemplate": true,
      "retrieveAsTemplate": false
    },
    "description": "here as a placeholder to have auto completion"
  }

Expected Behavior

if we filter by type !== '' then things should go back to normal

Steps To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Run '...'
  4. See error...

Version

develop-branch

Environment

  • OS:
  • Node:
  • npm:

Participation

  • I am willing to submit a pull request for this issue.

Additional comments

No response

Copy link

github-actions bot commented May 8, 2024

Closed by #1309.

@JoernBerkefeld JoernBerkefeld mentioned this issue May 13, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant