-
Notifications
You must be signed in to change notification settings - Fork 43
🔥( Hot-Fix ): fixes UI breaking by error rendering component of (react-view) in playground area. #76
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
Conversation
|
Deploy preview for rne-playground ready! Built with commit 93e9b8b |
|
@flyingcircle and @pranshuchittora done with the fix... Kindly review it... |
|
Too many files 😕 |
|
I have made a new branch pushed the changes.... Didn't fork the previous branch @pranshuchittora |
|
I think upper commits are related to the previous commit logg .... nothings to do with this PR.. i have checked that i have forked master branch and did changes .... Please have a look |
|
Can you pull the latest changes from the master |
|
I will do it and have to make a new pr... please try to merge it sir... before any further conflict.. :) |
|
@pranshuchittora, after merging #15... getting this error.
|
|
@pranshuchittora, sir... in #15... the changes made in ... Content folder in import PropDrawer from "../../components/PropDrawer";
import Playground from "./searchbar.playground.jsx";
const Content = lazy(() => importMDX("../Props/searchbar.md"));
export default function SearchBarPlayground() {
return (
<div>
<Playground />
<Suspense fallback={<div>Loading...</div>}>
<PropDrawer>
<Content />
</PropDrawer>
</Suspense>
</div>
);
}Are these chunks of code are repeated allover... and this is making a problem in compiling the web app...
|
|
Made a New PR.. Resolving the merge conflict... @pranshuchittora ... #87 |

What kind of change does this PR introduce?
Did you add tests for your changes?
If relevant, did you update the documentation?
Summary
Does this PR introduce a breaking change?
Other information (screenshot after the fix)