Kush Daga

Results 3 comments of Kush Daga

The relevant code blocks are Express Receiver ``` const receiver = new ExpressReceiver({ app: expressApp, signingSecret: config.SLACK_SIGNING_SECRET, clientId: config.SLACK_CLIENT_ID, clientSecret: config.SLACK_CLIENT_SECRET, stateSecret: config.SLACK_STATE_SECRET, processBeforeResponse: true, scopes: [ "chat:write", "channels:join", "channels:history",...

Hey Thanks for the response! I am using callback options, but I dont think this case reaches there. It sends an error before triggering any of the callback functions.

![image](https://github.com/shadcn-ui/ui/assets/142387029/ca99b83f-0351-42b2-8a71-c3582b63647b) Here is how I did it for the left column. You can also add initial state to keep it always sticky ![image](https://github.com/shadcn-ui/ui/assets/142387029/9ab72c49-5fba-4a56-bad2-c35326872634) You can abstract it more to use...