Closed Uyadav207 closed 3 years ago
Deploy preview for rne-playground ready!
Built with commit 93e9b8b92240e9140e5f7121ead4202cf7a3417e
@flyingcircle and @pranshuchittora done with the fix... Kindly review it...
Too many files 😕 The branch of this PR seems to be forked from the previous PR.
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 .jsx files
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)