We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a516d7e commit a9d98d5Copy full SHA for a9d98d5
src/reactpy_django/hooks.py
@@ -14,7 +14,7 @@
14
overload,
15
)
16
17
-import dill as pickle
+import orjson as pickle
18
from channels.db import database_sync_to_async
19
from reactpy import use_callback, use_effect, use_ref, use_state
20
from reactpy import use_connection as _use_connection
0 commit comments