| Summary: | Add check on calls to style provider API | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Casey Flynn <caseyflynn> |
| Component: | Client | Assignee: | Casey Flynn <caseyflynn> |
| Status: | RESOLVED FIXED | QA Contact: | Casey Flynn <caseyflynn> |
| Severity: | normal | ||
| Priority: | P3 | CC: | kangy, Michael_Rennie, wilford |
| Version: | 15.0 | ||
| Target Milestone: | 16.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://github.com/eclipse/orion.client/pull/135 | ||
| Whiteboard: | |||
GitHub Pull Request 135 created by [caseyflynn-google] https://github.com/eclipse/orion.client/pull/135 The PR has been merged. Closing. |
There are a few calls to the container style provider that follow the pattern: if (this.provider) { this.provider.getStyles().then(...) } We should verify the provider is providing the function getStyles before calling it.