Skip to content

Commit a9d98d5

Browse files
committed
use orjson instead of dill for use_user_data
1 parent a516d7e commit a9d98d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactpy_django/hooks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
overload,
1515
)
1616

17-
import dill as pickle
17+
import orjson as pickle
1818
from channels.db import database_sync_to_async
1919
from reactpy import use_callback, use_effect, use_ref, use_state
2020
from reactpy import use_connection as _use_connection

0 commit comments

Comments
 (0)