Files
flipper/desktop/app/src
Michel Weststrate e708b2b693 Fix links not always opening outside Electron
Summary:
Changelog: Fix links not always openening in the Browser

As reported in https://fb.workplace.com/groups/flippersupport/permalink/1154240895056567/, in some cases links would open inside Flipper itself, and as a result the user would be stick as he can't navigate away.

This happened only when a `Link` was being deconstructed from `Typography` by a module that was loaded before `Link.tsx`, which fixes `Typography.Link` to do that automatically. For example:

```
import {Typograph} from "antd"
const {Link} = Typography;
```

Addressed this issue by patching the antd package directly during build, rather than during application start.

Reviewed By: passy

Differential Revision: D29193899

fbshipit-source-id: b291018406e343c0f7de1d1d899924902159d8c7
2021-06-17 03:44:27 -07:00
..
2021-06-07 04:59:17 -07:00
2021-06-15 06:28:48 -07:00
2020-12-15 01:46:44 -08:00
2021-05-11 10:14:05 -07:00
2021-06-07 05:53:44 -07:00
2021-06-16 08:26:35 -07:00
2021-06-17 03:17:54 -07:00
2021-05-04 13:50:31 -07:00
2020-03-20 13:37:41 -07:00