update frontend deps
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// hack for https://github.com/developit/preact-compat/issues/475
|
||||
// should be changed when preact@10 is available
|
||||
|
||||
import React from 'preact';
|
||||
import { createContext } from 'preact-context';
|
||||
|
||||
React.createContext = createContext;
|
||||
Reference in New Issue
Block a user