You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the directions in the guide to set up react-hybrid, but when going to the page with the React component, i get the below error. Am I missing something? There's a <ui-view> tag in the DOM, but no <react-ui-view-adapter> or <UIView>
Error: [$injector:unpr] Unknown provider: [object Module]DirectiveProvider <- [object Module]Directive
https://errors.angularjs.org/1.7.8/$injector/unpr?p0=%5Bobject%20Module%5DDirectiveProvider%20%3C-%20%5Bobject%20Module%5DDirective
at angular.js:138:1
at angular.js:4924:1
at Object.getService [as get] (angular.js:5084:1)
at angular.js:4929:1
at Object.getService [as get] (angular.js:5084:1)
at getComponentBindings (templateFactory.js:177:27)
at TemplateFactory../node_modules/@uirouter/angularjs/lib-esm/templateFactory.js.TemplateFactory.makeComponentTemplate (templateFactory.js:168:1)
at Ng1ViewConfig.getTemplate (views.js:75:1)
at Object.<anonymous> (viewDirective.js:311:1)
at angular.js:1388:1 '<ui-view class="ng-scope">'
I followed the directions in the guide to set up
react-hybrid
, but when going to the page with the React component, i get the below error. Am I missing something? There's a<ui-view>
tag in the DOM, but no<react-ui-view-adapter>
or<UIView>
package.js
app.js
routes
component
The text was updated successfully, but these errors were encountered: