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

incorrect "parent options not found" errors #160

Closed
jfirebaugh opened this issue Oct 5, 2015 · 4 comments
Closed

incorrect "parent options not found" errors #160

jfirebaugh opened this issue Oct 5, 2015 · 4 comments
Labels
Milestone

Comments

@jfirebaugh
Copy link
Member

mapbox-gl-js, using documentation.js @ 472e7ff:

js/source/geojson_source.js:11: @param options.data's parent options not found

But it's right there.

@jfirebaugh
Copy link
Member Author

This is caused by the sorting in params inference -- the options.data param is getting sorted before the options param, and then nest_params encounters them in the wrong order.

@tmcw tmcw added the bug label Oct 5, 2015
@tmcw tmcw modified the milestone: 3.0.0 Oct 6, 2015
@tmcw
Copy link
Member

tmcw commented Oct 7, 2015

Fixed in #165

@tmcw tmcw closed this as completed Oct 7, 2015
@friend0
Copy link

friend0 commented Jun 21, 2017

I'm still running into this on 4.0.0-rc.1

@tmcw
Copy link
Member

tmcw commented Jun 22, 2017

@friend0 - mind providing some example code for what triggers this bug? The reported case is fixed, so we'll need more detail to identify any related bugs.

rhendric pushed a commit to rhendric/documentation that referenced this issue Sep 15, 2022
…umentationjs#160)

* Update compiler solvable type classes, Fixes documentationjs#157

* Update Type-Classes.md

* Remove ConsSymbol and descriptions

* Change class -> classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants