Juan Salvatore
Juan Salvatore
As an example if Icreate a route like this: .add('searchPage', '/:region/:activity(for-sale|for-rent)/search', 'searchPage') And the use: Router.pushRoute('searchPage', { ...updatedQuery, activity: query.activity, region: query.region }) If a user goes to the url...
**[Required] Describe the bug** When passing a function to useWorker that has argument destructuring I get the error shown on the screenshot. **[Optional] To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** Pressing the spacebar breaks the event listeners for a bit if nothing is focused. When focusing on an element pressing spacebar doesn't break react-hotkeys. I'm using the...
Is there a supported way to make the charts accessible? (allow to focus on the chart dots to open the details, etc) and to correctly output descriptions using voice over?
What helper do we need to use to format the content for `createTxMsgSubmitProposal` I'm trying to do this: ``` const content = createMsgSubmitProposal( { type: "cosmos-sdk/TextProposal", value: { title: "title",...
**Is your feature request related to a problem? Please describe.** It would be great to have an option to update the header based on some autocommand or async update. **Describe...