Lay Flags
Lay Flags
@MartinSStewart Thanks for reporting, you are our QA warrior ;) @ChristophP Can you pls have a look 🙏
1. I thought about this too, but what if you don't prefix your handlers with `on` in React? We should avoid too much magic. You just use it like you...
Yes! Try this: ``` dispatch(showSnack('myUniqueId', { label: 'Entry removed', timeout: 7000, button: { label: 'UNDO', action: { type: 'UNDO_REMOVE', payload: { entryId: '123' } } } }); ```
By setting `target "_self"` on links, `Browser.application` seems to ignore them for navigation. So, that's a simple workaround which also works for `mailto:` and `tel:` links! BTW: Thanks to @ChristophP...