Pika
Results
2
comments of
Pika
I modified the commit, please take a look. Thanks for taking the time to maintain this project. :D
you can code like this: ```tsx const modal1 = NiceModal.create(SameModal); const modal2 = NiceModal.create(SameModal); NiceModal.show(modal1); NiceModal.show(modal2); ```