tankonstin-labs / taburette

Tab showcase web application
MIT License
1 stars 0 forks source link

Get rid of deprecated functions usage #7

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 1 year ago

https://github.com/tankonstin-labs/taburette/blob/452ae39f2406d0fa158b0f07e2b9dfee6f6a920d/vanguarde/src/index.js#L4


import React from 'react';
import {createRoot} from 'react-dom/client';
import {Provider} from 'react-redux';
// TODO: Get rid of deprecated functions usage
import {configureStore, getDefaultMiddleware} from '@reduxjs/toolkit';
// TODO: Restore notifications functionality
// import ReactNotification from 'react-notifications-component';
import 'react-notifications-component/dist/theme.css';
import 'mdb-react-ui-kit/dist/css/mdb.min.css';
github-actions[bot] commented 6 months ago

Closed in 970b14f2c7de59cd8df2ace6e4a38a913674db20