Shahzeb Qureshi
Results
2
comments of
Shahzeb Qureshi
You can specify query parameters by passing an object in `pushRoute` or `replaceRouter` `let params = {a: '1', b: '2', c: '3'}` `Router.pushRoute('routeName', params)` In pushRoute the first paramter will...
Same issue exists when using antd with NextJS v13 appdir The workaround I used was to declare `'use client'` on top of layout.js where antd components were imported Still waiting...