Uncaught TypeError: styled_default is not a function
2,115 views
Skip to first unread message
praveen raj
unread,
Mar 15, 2023, 2:23:22 AM3/15/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hi all, i'm trying to django-react application with postgres db but its giving me the following error: Uncaught TypeError: styled_default is not a function at Popper.js:11:20
here i'm using mui :
David Nugent
unread,
Mar 15, 2023, 5:56:28 AM3/15/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users, praveen raj
A Django mailing list is probably not a good place to ask this question - this is a JS issue and there are a plethora of more appropriate forums.
But - why is Popper.js being loaded? Is it a hangover from using bootstrap? Don’t load both bootstrap (and associated scripts) with React+mui.