Konstantin Darutkin
Results
30
comments of
Konstantin Darutkin
Workaround I am using: ```js // eslint-disable-next-line react-hooks/exhaustive-deps const getDataMemo = useMemo(() => getData, []) ```
@KorowkaMu There are [two messages](https://github.com/metabase/metabase/blob/dc43e40f47aa661c5a82697777895a3114f42e6d/frontend/src/metabase/dashboard/components/DashCard/DashCardParameterMapper/DashCardCardParameterMapper.tsx#L147): * Date parameter ```typescriptreact Native question variables do not support dropdown lists or search box filters, and can't limit values for linked filters. ``` *...