Skip to content

Commit

Permalink
Add polyfill for Object.groupBy to schedule.
Browse files Browse the repository at this point in the history
Object.groupBy is from 2024, so for compatibility with older browsers let's
pull in some polyfills.
  • Loading branch information
lukegb authored and russss committed May 27, 2024
1 parent 2573237 commit ee63ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/schedule.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import "core-js/stable/object/group-by";

import React from 'react';
import ReactDOM from 'react-dom';

Expand Down

0 comments on commit ee63ce0

Please sign in to comment.