조정은
조정은
## Version 1.13 ## Custom Timezone Setting ### AS-IS ```js const cal = new Calendar(el, { ... timezones: [ { tooltip: 'Seoul', displayLabel: 'GMT+09:00', timezoneOffset: 540 }, { tooltip: 'New...
## Version 1.13 ## Current Behavior 1\) When the regional setting of the system OS is set to New York. 2\) Main time zone is set to Seoul (+09:00) by...
The test stops when the function passed from the component is called in the fireEvent action handler
- `preact-testing-library` version: 2.0.1 - `preact` version: 10.5.13 - `node` version: 14.3.0 - `npm` (or `yarn`) version: My npm's version is 7.11.1 **Relevant code or config** I have defined a...