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

Doesn't work with 2.0.0-beta.0 #31

Closed
avaidyam opened this issue May 25, 2021 · 6 comments
Closed

Doesn't work with 2.0.0-beta.0 #31

avaidyam opened this issue May 25, 2021 · 6 comments
Assignees

Comments

@avaidyam
Copy link
Contributor

Not really sure why, but when using npm start the page entirely doesn't load, and when using npm run build, the page displays but without the API console on the right-hand side.

@matheusbaumgart
Copy link

Same issue here with the page not loading (forever loading).

"dependencies": {
    "@docusaurus/core": "2.0.0-beta.4",
    "@docusaurus/preset-classic": "2.0.0-beta.4",
    "@mdx-js/react": "^1.6.21",
    "@svgr/webpack": "^5.5.0",
    "clsx": "^1.1.1",
    "docusaurus-plugin-openapi": "^0.0.16",
    "file-loader": "^6.2.0",
    "prism-react-renderer": "^1.2.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "url-loader": "^4.1.1"
  },

@bourdakos1
Copy link
Member

Just an update on this, I made a lot of progress yesterday. I believe the bulk of the issues were due to webpack 5. Additionally, I need to rewrite the sidebar component to be compatible.

@avaidyam
Copy link
Contributor Author

avaidyam commented Nov 3, 2021

@bourdakos1 In an interesting coincidence, I've done the same as of this morning. It's almost working on my end with beta9.

@bourdakos1
Copy link
Member

oh great to hear! I'll put a pause on my end then

@bourdakos1
Copy link
Member

@avaidyam I opened a draft PR with my work so far if its any help #50

@bourdakos1 bourdakos1 assigned avaidyam and unassigned bourdakos1 Nov 3, 2021
@avaidyam
Copy link
Contributor Author

avaidyam commented Nov 3, 2021

@bourdakos1 I've opened #51 which solves this issue (and a LOT of other minor annoyances/potential major issues).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants