-
-
We have a very simple code that works perfectly on client side, but fails on the server side on a production build.
This does not happen when using the dev server though.
### Code
```
export de…
-
## Objective
The part of work to remove the dependency of dayjs has already been done. The part related to i18n remains.
## Solution Proposal
1. Create concept to implement new i18n model.
2…
-
Hi, I'm using your calendar in one of my projects and it works great! It's fast and easy to use. Hovewer, I have small feature request.
Currently, the calendar shows weeks starting on Sunday, whic…
-
clone.localeData is not a function 这个错误通常是由于 dayjs 的使用方式与 Ant Design 的 DatePicker 组件之间不兼容造成的。因为 DatePicker 组件默认使用 moment.js,而你使用了 dayjs,所以需要确保 dayjs 已正确集成到组件中。
解决步骤:
安装必要的插件: 需要安装并配置 dayjs 的插件,如 l…
-
**Describe the bug**
[String + Format](https://day.js.org/docs/en/parse/string-format) (https://github.com/dayjs/dayjs-website/blob/master/docs/parse/string-format.md) does not specify when the `Cust…
-
**Describe the bug**
import dayjs from "dayjs";
import utc from "dayjs/plugin/utc";
import timezone from "dayjs/plugin/timezone";
import "dayjs/locale/ja";
dayjs.extend(utc);
…
-
dayjs: v1.11.12
nodejs: v18.18.2
win11
```
"use strict";
const dayjs = require("dayjs");
const dayjs_timezone = require('dayjs/plugin/timezone');
const dayjs_utc = require('dayjs/plugin/utc')…
-
I encountered an issue with the example code provided in the @bitnoi.se/react-scheduler README. It seems that there are missing imports and setup that result in errors when trying to run the example.
…
-
### Checklist
- [X] I've looked through the [README](https://github.com/react-scheduler/react-big-schedule#readme)
- [X] I've verified that I am running react-big-schedule latest version.
- [ ] I've…