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
Current code is stuck to react v15 and fetch v2 due to how those
packages are made available on unpkg: URLs are not the same.
This commit allows to use react v16 and fetch v3 by inspecting required
version to include the proper URL.
0 commit comments