ErrLookup › framework7io/framework7
framework7io/framework7
Full featured HTML framework for building iOS & Android apps · JavaScript · 652 source files
Analyzed at 6557591266 on 2026-09-02. 24 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Framework7 is already initialized and can't be initialized m | exception | error | initialization, singleton, framework7 |
| Framework7: TextEditor: wrong "buttons" parameter format | exception | error | configuration, json, text-editor, framework7 |
| Framework7: can't create a View instance because ${typeof el | exception | error | dom, view, selector, framework7 |
| Framework7: it is not allowed to use router methods on globa | exception | error | router, navigation, api-misuse, framework7 |
| Framework7: There is no View with "${anotherViewName}" name | exception | error | router, view, configuration, framework7 |
| Framework7: "name" or "path" parameter is required | validation | error | router, url-generation, parameters, framework7 |
| Framework7: route with name "${name}" not found | exception | error | router, routes, url-generation, framework7 |
| Framework7: route with path "${path}" not found | exception | error | router, routes, url-generation, framework7 |
| Framework7: can't construct URL for route with name "${name} | exception | error | router, url-generation, parameters, framework7 |
| Framework7: error constructing route URL from passed params: | exception | error | router, url-generation, params, framework7 |
| Framework7: wrong or not complete browserHistory configurati | console | warning | router, browser-history, configuration, framework7 |
| Framework7: Store action "${actionName}" is not found | exception | error | store, state-management, framework7, dispatch |
| Attempting to extend color ${originalColor.name} with color | exception | error | material-design, color, spec-version, invariant |
| Attempting to extend color ${originalColor.name} as a ${orig | exception | error | material-design, color, spec-version, invariant |
| Color ${name} has secondBackgrounddefined, but background is | validation | error | material-design, color, dynamic-color, validation |
| Color ${name} has contrastCurvedefined, but background is no | validation | error | material-design, color, dynamic-color, validation |
| Color ${name} has backgrounddefined, but contrastCurve is no | validation | error | material-design, color, dynamic-color, validation |
| `primaryDim` color is undefined prior to 2025 spec. | exception | error | material-design, color, dynamic-scheme, spec-version |
| `secondaryDim` color is undefined prior to 2025 spec. | exception | error | material-design, color, dynamic-scheme, spec-version |
| `tertiaryDim` color is undefined prior to 2025 spec. | exception | error | material-design, color, dynamic-scheme, spec-version |
| `errorDim` color is undefined prior to 2025 spec. | exception | error | material-color, undefined-color, spec-version |
| Unsupported variant: ${variant} | exception | error | material-color, invalid-enum, variant |
| unexpected hex ${hex} | exception | error | color-parsing, hex, input-validation |
| Smart Select requires initialized View | exception | error | framework7, smart-select, view-initialization, dom |