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

4d26094ceebd43a0b9865516a6c737a0: null is not an object (evaluating 'o(A).close') @tauri://localhost/_app/immutable/chunks/GithubIntegration.CxZqWrly.js:111:659 #5226

Open
andreineamtu opened this issue Oct 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working UI Any broken visuals like layouts, colors etc.

Comments

@andreineamtu
Copy link

Version

0.13.2

Operating System

macOS

Distribution Method

dmg (Apple Silicon)

Describe the issue

When I added a local repository and activated github features I got this error:

Screenshot 2024-10-19 at 18 18 29

How to reproduce

No response

Expected behavior

No response

Relevant log output

No response

@andreineamtu andreineamtu added the bug Something isn't working label Oct 19, 2024
@Byron Byron added the UI Any broken visuals like layouts, colors etc. label Oct 20, 2024
@Byron
Copy link
Collaborator

Byron commented Oct 20, 2024

Thanks a lot for reporting!

There are a lot of similar issues showing up right now, but this one is special as it appears to be an error mostly caused by the frontend, probably some return value it expected that was in fact null. It was unexpected enough to even get past typescripts type system, i.e. nobody ever thought it could be null either. CC @estib-vega who might have more of an intuition.

@estib-vega estib-vega self-assigned this Oct 20, 2024
@estib-vega
Copy link
Contributor

Sorry about that @andreineamtu, I'll take care of it.

@Byron is right, it's a type-system issue.
These are a bit especially annoying to catch because the linter is not catching them at all. Will look into a better way of catching these.

Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working UI Any broken visuals like layouts, colors etc.
Projects
None yet
Development

No branches or pull requests

3 participants