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

[BUG] Some docinfo isn't generated correctly #1169

Open
BSFishy opened this issue Dec 7, 2023 · 1 comment
Open

[BUG] Some docinfo isn't generated correctly #1169

BSFishy opened this issue Dec 7, 2023 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@BSFishy
Copy link
Contributor

BSFishy commented Dec 7, 2023

Still working on a proper diagnosis, but essentially some of the docinfo isn't being generated correctly. This can be noticed by starting the docsite on main and checking the props tab for OuiButton.

I started an investigation by adding a console.log on error in docinfo, like so:

(from here)

            } catch(e) { console.error(e); }

With that, I got a bunch of errors in my console and also noticed that the plugin was generating docinfo on OuiButtonDisplay instead of OuiButton. Needs more investigation.

@BigSamu
Copy link
Contributor

BigSamu commented Dec 7, 2023

@BSFishy,

You can give me this issue. I will take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants