You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
Uncaught TypeError: Cannot read property 'prototype' of undefined
at index.js:56
at preact-compat.js:4
at preact-compat.js:5
(anonymous) @ index.js:56
(anonymous) @ preact-compat.js:4
(anonymous) @ preact-compat.js:5
Uncaught ReferenceError: preactCompat is not defined
Mixing Preact 10 with preact-compat which was written for Preact 8.x won't work as suggested by the opening paragraph in the README:
🚨 Note: This module is for Preact 8.x and prior - Preact X includes compat by default. For Preact X, please uninstall preact-compat and replace your aliases with preact/compat.
These instructions recommend:
However, this yields
See https://jsfiddle.net/jLf2mdpe/1/
The text was updated successfully, but these errors were encountered: