Changelog
4.43.4 (March 24th, 2023)
Changelog
4.43.2 (March 22nd, 2023)
// This test now passes and it did not before
it('friends is parent of friends[1].foo', () => {
const actual = isChild('friends', 'friends[1].foo');
expect(actual).toEqual(true);
});
Changelog
4.42.0 (March 10th, 2023)
formatToParts
function to the createIntlNumberFormatter
util.Changelog
4.41.1 (Feb 23rd, 2023)
useScope
will now return current scope when nothing is passed in.