-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## The problem | ||
|
||
### 💻 Code demonstrating the problem | ||
|
||
<!-- Demonstrate the problem --> | ||
|
||
``` | ||
js | ||
import { fn } from 'date-fns' | ||
fn() | ||
//=> Problematic output | ||
``` | ||
|
||
### 🙁 Actual behavior | ||
|
||
<!-- Describe what you are getting --> | ||
|
||
### 🙂 Expected behavior | ||
|
||
<!-- Describe what you are expecting to get --> | ||
|
||
## Debug information | ||
|
||
- date-fns version: <!-- Fill in the date-fns version you use --> | ||
- Browser/Node.js version: <!-- Fill in the envrionment version (i.e. Chrome 94.0.4606.61) --> | ||
- Your timezone: <!-- Fill in your timezone name (i.e. Asia/Singapore) --> | ||
- Your current time: <!-- Fill in the time when did you tested the probmlem (i.e. 16:20) --> |