-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to render in last release #207
Comments
I have this error too! Any news about that? |
FWIW it works fine here – Looks odd that your
|
|
Ah, I'm on countries 5.0.0 and country_select 8.0.0. |
Looks good to me, I'm on countries 5.1.1 and country_select 8.0.0. |
@olleolleolle Are you sure you were running countries 5.1.1? Did you I still get nil even with countries 5.1.2
|
Netherlands Antilles was dissolved in 2010 and is no longer a constituent country of the Netherlands, having been split into Bonaire, Saint Eustatius and Saba (BQ), Curaçao (CW) and Sint Maarten (SX), so As far as I can tell, the |
Was having same error after upgrading to Rails 7.1 today, #222 seems to fix it. |
https://github.com/countries/country_select/releases/tag/v8.0.3 contains the #222 PR. |
Hi,
Using country_select (8.0.0)
I believe something changed with the latest release because I get an error.
I believe this happens because if this change: 981cd24#diff-b3e24e44f4100d7ed00cce762b96b5459e6db4c269a3ed31f25c71d8fbade460R102
Notice that in the country list there is
and that first value is what gets passed to the
I18n.transliterate(name), name]
. But because 'name' is null it raises.I had to add this in order to fix it for the time being.
The text was updated successfully, but these errors were encountered: