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
{{ message }}
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
If I recall correctly, did we resolve this on chat.ideal-postcodes.co.uk some weeks ago
If not, for the time being, you will have to access this package from the window object. So while you can install via npm or bower, it's accessible via window and not the package manager. This may mean you need to whitelist this package as a globally available dependency for some module bundlers.
A future version will allow you to import or require the package. In the meantime I will leave this issue open until that functionality has been implemented
A future version will allow you to import or require the package. In the meantime I will leave this issue open until that functionality has been implemented
Is this feature is implemented in current version?
I have followed the example code and have imported the package like so:
import IdealPostcodes from 'ideal-postcodes-autocomplete';
However I am getting an error 'Cannot read property 'Controller' of undefined'.
Seems like it's not being exported as expected? Can you reproduce this error?
The text was updated successfully, but these errors were encountered: