-
Notifications
You must be signed in to change notification settings - Fork 72
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
Fix forked component state #358
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
1c40cfd
to
cec0e0e
Compare
I'm not super familiar with the sandbox editor code, so I'll let @marcinbodnar be the one to approve this one. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shelegdmitriy It seems like it doesn't solve the problem, try refreshing the page.
I can take this issue from you, it's a bit problematic, and I think I was fixing the same issue a few months ago.
I actually tried and it was working |
Have you tried to run my branch locally? |
@shelegdmitriy I tried on the preview. |
@marcinbodnar I did the same on preview and I can't reproduce this anymore |
cec0e0e
to
fa27aac
Compare
fa27aac
to
0ac3bd0
Compare
@@ -440,7 +424,9 @@ export const Sandbox = ({ onboarding = false }) => { | |||
selectFile(newPath); | |||
}; | |||
|
|||
// possibly unused |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems this section below is unused @marcinbodnar could you confirm that?
0ac3bd0
to
59cc867
Compare
59cc867
to
4581612
Compare
@shelegdmitriy Both preview links seem to work for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an issue with the red dot that indicates if there are any changes made to the component. It doesn't disappear after you undo the changes made.
We can merge it but the issue should be addressed in a separate PR cc @charleslavon
The main issue is resolved and works well.
@marcinbodnar good catch! That should be fixed for sure but in a separate PR because it's very minor issue |
* Fix forked component state * Second attemp to fix bug
Closes #348