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

Inherited from/Defined in has no link #2471

Closed
luu-alex opened this issue Jan 2, 2024 · 1 comment
Closed

Inherited from/Defined in has no link #2471

luu-alex opened this issue Jan 2, 2024 · 1 comment
Labels
bug Functionality does not match expectation needs reproduction Needs a minimal reproducible case

Comments

@luu-alex
Copy link

luu-alex commented Jan 2, 2024

Hi there! We have a monorepo and the inherited from/defined in is not populating properly, it points to a lib location instead of an src location. I saw there is already an issue for this #2416 but having declaration map on still does not help.
The best solution for me would to either have the Inherited from or defined in to be removed, is there a way to do this right now or would i need to create a plugin?
Another solution would be to have the Accessors tab to not generate, as this only happens under accessors.
Thanks
Heres the issue in the docs and a screenshot below:
https://docs.web3js.org/libdocs/Contract#inherited-from
Screenshot 2024-01-02 at 5 39 33 PM

Search terms

Expected Behavior

Actual Behavior

Steps to reproduce the bug

Environment

  • Typedoc version:
  • TypeScript version:
  • Node.js version:
  • OS:
@luu-alex luu-alex added the bug Functionality does not match expectation label Jan 2, 2024
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jan 3, 2024

You can disable the sources section with --disableSources

Inheritance sections would have to be disabled with a plugin

If you're able to set up a minimal reproduction, I can look at why the links aren't showing up -- from a very cursory glance, it looks like you aren't using packages mode, so all the types seem like they would be coming from the initial compilation anyways...

@Gerrit0 Gerrit0 added the needs reproduction Needs a minimal reproducible case label Jan 12, 2024
@Gerrit0 Gerrit0 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation needs reproduction Needs a minimal reproducible case
Projects
None yet
Development

No branches or pull requests

2 participants