Bakti Aditya
Bakti Aditya
**To Reproduce** Use `showTimeInput` and `todayButton` at the same time. **Expected behavior** Today button should below time. **Screenshots**  **Additional context** - Version 4.8.0
How to make middleware work with Next.js dynamic import? Thanks **console error**  **middleware.ts** ```tsx import { chainMatch, csp, isPageRequest, nextSafe, strictDynamic, strictInlineStyles, } from '@next-safe/middleware'; type HostNameScheme = `${string}.${string}`...