Bakti Aditya

Results 3 issues of Bakti Aditya

**To Reproduce** Use `showTimeInput` and `todayButton` at the same time. **Expected behavior** Today button should below time. **Screenshots** ![tempsnip](https://user-images.githubusercontent.com/2070906/187176265-c1aed75c-2f9d-4feb-867c-56850e817ed3.png) **Additional context** - Version 4.8.0

Stale

How to make middleware work with Next.js dynamic import? Thanks **console error** ![image](https://user-images.githubusercontent.com/2070906/216763019-bdd615f7-aea6-4b79-ba16-ce3ea06d0f06.png) **middleware.ts** ```tsx import { chainMatch, csp, isPageRequest, nextSafe, strictDynamic, strictInlineStyles, } from '@next-safe/middleware'; type HostNameScheme = `${string}.${string}`...