this is undefined
## Steps to reproduce Using the example in React: ```js import { parsePhoneNumberFromString } from 'libphonenumber-js' const phoneNumber = parsePhoneNumberFromString('Phone: 8 (800) 555 35 35.', 'RU') ``` ## Observed result ![1](/uploads/e6f5e5767a200c02d6f6f60992cdc798/1.png) Seems like `this` in `this.metadata` is undefined
issue