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

Fails to index default unnamed export #4

Open
jacobparis opened this issue Mar 21, 2020 · 2 comments
Open

Fails to index default unnamed export #4

jacobparis opened this issue Mar 21, 2020 · 2 comments
Labels
🐝 bug Something isn't working

Comments

@jacobparis
Copy link

While indexing, any files that have a straight default export will fail to index

/Users/userName/Projects/projectName/app/scenes/sceneName.js
TypeError: Cannot read property 'name' of null
export default function () {  }

Naming the export fixes it

export default function Scene() {  }
@Raathigesh
Copy link
Owner

Thanks for reporting. This is the known issues list. Will get to it soon.

I'm curious, how are you finding the tool? I'm curious to know what people find the most useful and what you think could improve?

@jacobparis
Copy link
Author

I've only spent a few minutes with it so far, definitely fond of the concept but I'll have to dedicate more time to see if I like the workflow before I can speak to that

First impressions are basically around appearance and usability:

If the stage used my VS Code theme (with any necessary extra properties that it can't grab from the existing set) it'd be a lot more pleasant to play around with

Dream interaction would be like Figma where I can scroll around in any direction without having to click and drag to pan

Also a zoom out to overview so I can then zoom in on the target symbol that might be too far to comfortably pan back and forth at 100% scale

@Raathigesh Raathigesh added the 🐝 bug Something isn't working label Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐝 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants