Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. 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?