handofthecode
handofthecode
Is there a way to programmatically scroll the document? I would like to be able to change pages without having to re-render the component with a new initialPage number.
I'm developing an office add-in (webpack: 4.46, ts: 4.2.3) and I'm hoping this library can work for me. If so I will definitely be purchasing a license, but I'm running...
``` let userInput = 'Sept. 1st, 2001'; let result = dehumanizeDate(userInput); console.log("Result:", JSON.stringify(result)); Result: null
`parser.attempt('Sept. 7th'); ` yields `"{\"invalid\":\"Unable to parse Sept. 7th\"}"`
V1 has a helpful tags field. V2 has _tags, but it's empty. V1: `"tags": { "ENSlashDateFormatParser": true },` V2: `"_tags": {},` Repro steps: const conditionedDate1 = "13-1-2022"; const result =...