It's for users having ssl files (crt.pem, key.pem)
If you are coding development env, edit 'hosts' file
Like
127.0.0.1 localhost ... local.mydomain.com ...
- install patch-package
| import { Fragment, useEffect, useState } from "react" | |
| import DatePicker, { getDefaultLocale, registerLocale, setDefaultLocale } from "react-datepicker"; | |
| import "react-datepicker/dist/react-datepicker.css"; | |
| import { tryGetLocale } from "./locales"; | |
| const getBrowserPreferenceLanguages = () => { | |
| return navigator.languages ?? [navigator.languages] | |
| } | |
| const App = () => { |
It's for users having ssl files (crt.pem, key.pem)
If you are coding development env, edit 'hosts' file
Like
127.0.0.1 localhost ... local.mydomain.com ...