The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I'm making a custom visual using React. I want to use the redux toolkit inside my project but I have difficulty setting it up. After I add the line
<Provider store={store}>...</Provider>
I get an error. Has anybody had the same issue and is it possible to use redux-toolkit inside custom visual?