deprecated Searchable abstraction

Summary: Since the functionality is now available as part of DataTable, the HoC doesn't seem to be needed as generic abstraction. it is used in handful places outside datatable / datalist, but those can be localized in the future or should datatable / datalist.

Reviewed By: fabiomassimo

Differential Revision: D28993836

fbshipit-source-id: 3e6da7c7b48348faa0c4f7281868196f5585a065
This commit is contained in:
Michel Weststrate
2021-06-10 04:44:18 -07:00
committed by Facebook GitHub Bot
parent f7732ed4fd
commit df7941e2bc
2 changed files with 3 additions and 1 deletions

View File

@@ -120,7 +120,6 @@ module.exports = {
'Desktop plugin APIs': [
'extending/flipper-plugin',
'extending/styling-components',
'extending/search-and-filter',
...fbInternalOnly([
{
'QPL linting': ['fb/building-a-linter', 'fb/active-linters'],
@@ -131,6 +130,7 @@ module.exports = {
'extending/ui-components',
'extending/js-plugin-api',
'extending/create-table-plugin',
'extending/search-and-filter',
],
},
],