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

[500 error]: Cannot set propeties of undefined (setting 'size') #129

Open
pothuraju-dev opened this issue Apr 5, 2024 · 10 comments
Open
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@pothuraju-dev
Copy link

pothuraju-dev commented Apr 5, 2024

Repoduction:

  1. Go to learn-dev.nuxt.com
  2. Got nuxt routing module section by clicking next module buttons
  3. Refresh the page after reaching page https://learn-dev.nuxt.com/concepts/routing
  4. Again issue coming when come to home page and refresh

Issue:

image

@dhaladitya108
Copy link

@pothuraju-dev can you re-check again? I'm not able to see it now.

@pothuraju-dev
Copy link
Author

@pothuraju-dev can you re-check again? I'm not able to see it now.

@dhaladitya108 I just checked it's coming. Follow the steps I mentioned in the issue you will face.

I checked it by cloning the code and figured it out that it's coming from splitpanel npm package used internally in code

@dhaladitya108
Copy link

@dhaladitya108 I just checked it's coming. Follow the steps I mentioned in the issue you will face.

I checked it by cloning the code and figured out that it's coming from splitpanel npm package used internally in code

Yes, @pothuraju-dev! You are right dude. The package doesn't seem to be maintained now.

@antfu
Copy link
Member

antfu commented Apr 15, 2024

I saw this error occasionally but can't stablely reproduce it. If you spot the culprit, PR is greatly appreciated.

@antfu antfu added bug Something isn't working help wanted Extra attention is needed labels Apr 15, 2024
@rexhent
Copy link
Contributor

rexhent commented Jul 2, 2024

image

Not exactly sure what this means. I get this instead of the Cannot set properties error

@pothuraju-dev
Copy link
Author

@rexhent It is coming from third-party package. These errors are inconsistent.

@rexhent
Copy link
Contributor

rexhent commented Jul 8, 2024

I'm looking into this. I've forked the package https://github.com/rexhent/splitpanes
and am publishing it at splitpanes4. I might refactor it to use composition api and switch away from pug to just normal vue templating syntax, then hopefully I might be able to track down that error more easily. Also more typescript everywhere.

@rexhent It is coming from third-party package. These errors are inconsistent.

@rexhent
Copy link
Contributor

rexhent commented Jul 8, 2024

@antfu I'm not exactly sure how patch files work, if it is an issue with the actual splitpanes package if you want you could do it as a pr to https://github.com/rexhent/splitpanes, as splitpanes 3 is seemingly no longer maintained, and the maintainer won't merge any PR's.

@pothuraju-dev
Copy link
Author

I think this issue was fixed. I checked in the local setup and live, but it didn't occur.

@rexhent
Copy link
Contributor

rexhent commented Aug 4, 2024

I think this issue was fixed. I checked in the local setup and live, but it didn't occur.

Pretty sure it's this
7c7a68f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants