Hello everyone.
Please help me with some advice to complete the task.
The desired application structure is as follows:
<divReact>
<NiceModal.Provider>
<pixiReact>
<NiceModal.Provider>
<content/>
</NiceModal.Provider>
</pixiReact>
</NiceModal.Provider>
</divReact>
There are two types of dialog boxes - on PixiReact and in html.
I want to manage them through one manager.
Please tell me how this can be implemented using NiceModal with nested providers, if it is possible, of course.
Thank you!
Hello everyone.
Please help me with some advice to complete the task.
The desired application structure is as follows:
There are two types of dialog boxes - on PixiReact and in html.
I want to manage them through one manager.
Please tell me how this can be implemented using NiceModal with nested providers, if it is possible, of course.
Thank you!