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
It seems require('globalize'); is required to trigger the magic. I'd be great to also be able to use import Globalize from 'globalize'; ‒ the former sticks out a bit in our codebase right now.
Took a little bit to figure out this was my problem!
The text was updated successfully, but these errors were encountered:
Just spent a horrific amount of time trying to figure out why the plugin was telling me that no formatters have been provided. This got me a bit further to a complaint about keys. Definitely needs sorting.
It seems
require('globalize');
is required to trigger the magic. I'd be great to also be able to useimport Globalize from 'globalize';
‒ the former sticks out a bit in our codebase right now.Took a little bit to figure out this was my problem!
The text was updated successfully, but these errors were encountered: