Jack O'Connor
Jack O'Connor
> but my react component is not working, also there is another error appear (Uncaught SyntaxError: Unexpected token '
Please can you post more details about your eslint setup. What version of eslint are you using? Which eslint plugin(s) etc are you using? What's in your eslint config?
Does it work if you use the full import path e.g. "intl-tel-input/react/build/IntlTelInput"? Or if that also doesn't work, try adding ".js" on the end?
This seems to be a [known issue](https://github.com/import-js/eslint-plugin-import/issues/1810) with eslint-plugin-import, and it looks like there's a [simple workaround](https://github.com/import-js/eslint-plugin-import/issues/1810#issuecomment-1142145572) for now - can you try that and see if it works for...
I see in your eslint config, you currently have the rule: `"import/no-unresolved": "error"` If you tweak this to the following then it should fix the issue for now: `"import/no-unresolved": ["error",...
Love this, thanks Anthony! I feel like I always see it on airline websites. Although always a very old version 🙈 I'll post here next time I encounter it.
https://pearljam.com/
Can you log the value of `data.country_code` that is being passed to the `callback`? Because when I test it, passing "gp", it seems to work fine: https://codepen.io/jackocnr/pen/mdYdbPa Some more questions:...
Closing due to inactivity.
Thanks for raising this. I agree it would be a good idea to provide this. It looks like AVIF is supported by all major browsers so assuming the filesize is...