Cesar Olimpio
Cesar Olimpio
I am with the same problem on Ubuntu.
Same issue.
@siluri @dhruvsakariya It got fixed on lesson 85.
same problem. Incompatibility with project-plus package.
I've solved it adding this attribute on `vsGoogleAutocomplete` directive, on `vs-google-autocomplete.js` file: ``` vsUpdate: '&' ``` and adding this line of code in its controller's `updatePlaceComponents` method: ``` if($scope.vsUpdate) $scope.vsUpdate();...
I've made some changes. Take a look on my pull request https://github.com/vskosp/vsGoogleAutocomplete/pull/42
Does anyone solve this? Dynamic imports didn't work for me.
The problem is related to the `loadIframeImage` method trying to load images created by `next/image`. I'm using Next13.