Oleksandr Zhukov

Results 4 issues of Oleksandr Zhukov

- added support of credit card with different length and formatting - refactored test for credit card mask

There is an error - TypeError: Attempting to change enumerable attribute of unconfigurable property. Function's name is not configurable in old browsers (IE or Safari). `Note that in non-standard, pre-ES2015...

I have a classic SPA application, want to use t3-env to validate envs just on build time, plus autocomplete etc. But my application doesn't use zod inside, so seems it...

I found that when `onPlaceSelected` handler has some dependencies, which can be change through the time - `usePlacesWidget` still calls the old version of `onPlaceSelected`. Reassigning the event listener helps...