@redux-devtools/rtk-query-monitor
Version:
rtk-query monitor for Redux DevTools
21 lines • 667 B
JavaScript
import React from 'react';
import { jsx as ___EmotionJSX } from "@emotion/react";
export function NoRtkQueryApi() {
return ___EmotionJSX("div", {
css: theme => ({
width: '100%',
textAlign: 'center',
color: theme.TEXT_COLOR,
padding: '1.4em',
'& a': {
fontSize: 'inherit',
color: theme.TEXT_COLOR,
textDecoration: 'underline'
}
})
}, "No rtk-query api found.", ___EmotionJSX("br", null), "Make sure to follow", ' ', ___EmotionJSX("a", {
href: "https://redux-toolkit.js.org/rtk-query/overview#basic-usage",
target: "_blank",
rel: "noreferrer noopener"
}, "the instructions"), ".");
}